Uses of Class
org.glassfish.internal.data.EngineInfo
-
Packages that use EngineInfo Package Description org.glassfish.internal.data org.glassfish.internal.deployment -
-
Uses of EngineInfo in org.glassfish.internal.data
Methods in org.glassfish.internal.data that return EngineInfo Modifier and Type Method Description EngineInfoContainerRegistry. getContainer(String containerType)EngineInfoEngineRef. getContainerInfo()Returns the container associated with this applicationEngineInfoContainerRegistry. removeContainer(EngineInfo container)Methods in org.glassfish.internal.data that return types with arguments of type EngineInfo Modifier and Type Method Description Iterable<EngineInfo>ContainerRegistry. getContainers()Methods in org.glassfish.internal.data with parameters of type EngineInfo Modifier and Type Method Description voidContainerRegistry. addContainer(String name, EngineInfo info)EngineInfoContainerRegistry. removeContainer(EngineInfo container)Method parameters in org.glassfish.internal.data with type arguments of type EngineInfo Modifier and Type Method Description voidApplicationInfo. setIsJavaEEApp(List<EngineInfo> engineInfos)Sets whether this application is a JavaEE applicationConstructors in org.glassfish.internal.data with parameters of type EngineInfo Constructor Description EngineRef(EngineInfo container, org.glassfish.api.deployment.ApplicationContainer appCtr) -
Uses of EngineInfo in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return types with arguments of type EngineInfo Modifier and Type Method Description List<EngineInfo>Deployment. setupContainerInfos(org.glassfish.api.deployment.archive.ArchiveHandler handler, Collection<? extends org.glassfish.api.container.Sniffer> sniffers, org.glassfish.api.deployment.DeploymentContext context)List<EngineInfo>Deployment. setupContainerInfos(org.glassfish.api.deployment.DeploymentContext context)Method parameters in org.glassfish.internal.deployment with type arguments of type EngineInfo Modifier and Type Method Description ModuleInfoDeployment. prepareModule(List<EngineInfo> sortedEngineInfos, String moduleName, org.glassfish.api.deployment.DeploymentContext context, ProgressTracker tracker)
-