Uses of Class
org.glassfish.internal.data.ModuleInfo

Packages that use ModuleInfo
org.glassfish.internal.data   
org.glassfish.internal.deployment   
 

Uses of ModuleInfo in org.glassfish.internal.data
 

Subclasses of ModuleInfo in org.glassfish.internal.data
 class ApplicationInfo
          Information about a running application.
 

Methods in org.glassfish.internal.data that return types with arguments of type ModuleInfo
 Collection<ModuleInfo> ApplicationInfo.getModuleInfos()
          Returns the modules of this application
 

Methods in org.glassfish.internal.data with parameters of type ModuleInfo
 void ApplicationInfo.addModule(ModuleInfo info)
           
protected  ExtendedDeploymentContext ApplicationInfo.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
static EventTypes<ModuleInfo> Deployment.MODULE_LOADED
           
static EventTypes<ModuleInfo> Deployment.MODULE_STARTED
           
static EventTypes<ModuleInfo> Deployment.MODULE_STOPPED
           
static EventTypes<ModuleInfo> Deployment.MODULE_UNLOADED
           
 

Methods in org.glassfish.internal.deployment that return ModuleInfo
 ModuleInfo Deployment.prepareModule(List<EngineInfo> sortedEngineInfos, String moduleName, DeploymentContext context, ProgressTracker tracker)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.