Uses of Class
org.glassfish.internal.data.ModuleInfo
-
-
Uses of ModuleInfo in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return ModuleInfo Modifier and Type Method Description ModuleInfoApplicationLifecycle. prepareModule(List<EngineInfo> sortedEngineInfos, String moduleName, DeploymentContext context, ProgressTracker tracker) -
Uses of ModuleInfo in fish.payara.appserver.context
Methods in fish.payara.appserver.context with parameters of type ModuleInfo Modifier and Type Method Description booleanJavaEEContextUtilImpl. moduleMatches(ModuleInfo moduleInfo, String modulNameToMatch) -
Uses of ModuleInfo in fish.payara.appserver.micro.services.data
Constructors in fish.payara.appserver.micro.services.data with parameters of type ModuleInfo Constructor Description ModuleDescriptorImpl(ModuleInfo info) -
Uses of ModuleInfo in fish.payara.nucleus.hotdeploy
Methods in fish.payara.nucleus.hotdeploy that return ModuleInfo Modifier and Type Method Description ModuleInfoApplicationState. getModuleInfo()Methods in fish.payara.nucleus.hotdeploy with parameters of type ModuleInfo Modifier and Type Method Description voidApplicationState. setModuleInfo(ModuleInfo moduleInfo) -
Uses of ModuleInfo in org.glassfish.internal.api
Methods in org.glassfish.internal.api with parameters of type ModuleInfo Modifier and Type Method Description booleanContextProducer. moduleMatches(ModuleInfo moduleInfo, String appOrComponentId)Checks if the supplied module matches the component / application ID Works for both EAR application IDs or other module (WAR, JAR) IDs -
Uses of ModuleInfo in org.glassfish.internal.data
Subclasses of ModuleInfo in org.glassfish.internal.data Modifier and Type Class Description classApplicationInfoInformation about a running application.Methods in org.glassfish.internal.data that return types with arguments of type ModuleInfo Modifier and Type Method Description Collection<ModuleInfo>ApplicationInfo. getModuleInfos()Returns the modules of this applicationMethods in org.glassfish.internal.data with parameters of type ModuleInfo Modifier and Type Method Description voidApplicationInfo. addModule(ModuleInfo info)protected ExtendedDeploymentContextApplicationInfo. getSubContext(ModuleInfo info, ExtendedDeploymentContext context) -
Uses of ModuleInfo in org.glassfish.internal.deployment
Fields in org.glassfish.internal.deployment with type parameters of type ModuleInfo Modifier and Type Field Description static EventTypes<ModuleInfo>Deployment. MODULE_LOADEDstatic EventTypes<ModuleInfo>Deployment. MODULE_STARTEDstatic EventTypes<ModuleInfo>Deployment. MODULE_STOPPEDstatic EventTypes<ModuleInfo>Deployment. MODULE_UNLOADEDMethods in org.glassfish.internal.deployment that return ModuleInfo Modifier and Type Method Description ModuleInfoDeployment. prepareModule(List<EngineInfo> sortedEngineInfos, String moduleName, DeploymentContext context, ProgressTracker tracker)
-