Uses of Class
org.glassfish.internal.data.EngineInfo
Packages that use EngineInfo
-
Uses of EngineInfo in org.glassfish.internal.data
Methods in org.glassfish.internal.data that return EngineInfoModifier and TypeMethodDescriptionEngineInfo<?, ?> ContainerRegistry.getContainer(String name) EngineInfo<?, ?> EngineRef.getContainerInfo()Returns the container associated with this applicationEngineInfo<?, ?> ContainerRegistry.removeContainer(EngineInfo<?, ?> container) Methods in org.glassfish.internal.data that return types with arguments of type EngineInfoMethods in org.glassfish.internal.data with parameters of type EngineInfoModifier and TypeMethodDescriptionvoidContainerRegistry.addContainer(String name, EngineInfo<?, ?> info) EngineInfo<?, ?> ContainerRegistry.removeContainer(EngineInfo<?, ?> container) Method parameters in org.glassfish.internal.data with type arguments of type EngineInfoModifier and TypeMethodDescriptionvoidApplicationInfo.detectIfJakartaEEApp(List<EngineInfo<?, ?>> engineInfos) Sets whether this application is a Jakarta EE applicationConstructors in org.glassfish.internal.data with parameters of type EngineInfoModifierConstructorDescriptionEngineRef(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 EngineInfoModifier and TypeMethodDescriptionList<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 EngineInfoModifier and TypeMethodDescriptionDeployment.prepareModule(List<EngineInfo<?, ?>> sortedEngineInfos, String moduleName, org.glassfish.api.deployment.DeploymentContext context, ProgressTracker tracker)