Uses of Class
org.glassfish.internal.data.ModuleInfo
-
Packages that use ModuleInfo Package Description org.glassfish.internal.data org.glassfish.internal.deployment -
-
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 org.glassfish.api.event.EventTypes<ModuleInfo>Deployment. MODULE_LOADEDstatic org.glassfish.api.event.EventTypes<ModuleInfo>Deployment. MODULE_STARTEDstatic org.glassfish.api.event.EventTypes<ModuleInfo>Deployment. MODULE_STOPPEDstatic org.glassfish.api.event.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, org.glassfish.api.deployment.DeploymentContext context, ProgressTracker tracker)
-