Uses of Interface
org.glassfish.internal.deployment.ExtendedDeploymentContext

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

Uses of ExtendedDeploymentContext in org.glassfish.internal.data
 

Methods in org.glassfish.internal.data that return ExtendedDeploymentContext
protected  ExtendedDeploymentContext ApplicationInfo.getSubContext(ModuleInfo info, ExtendedDeploymentContext context)
           
 

Methods in org.glassfish.internal.data with parameters of type ExtendedDeploymentContext
 void ModuleInfo.clean(ExtendedDeploymentContext context)
           
 void EngineRef.clean(ExtendedDeploymentContext context)
           
 void EngineInfo.clean(ExtendedDeploymentContext context)
           
 void ApplicationInfo.clean(ExtendedDeploymentContext context)
           
protected  ExtendedDeploymentContext ApplicationInfo.getSubContext(ModuleInfo info, ExtendedDeploymentContext context)
           
 void EngineInfo.load(ExtendedDeploymentContext context)
           
 void ModuleInfo.load(ExtendedDeploymentContext context, ProgressTracker tracker)
           
 void EngineRef.load(ExtendedDeploymentContext context, ProgressTracker tracker)
           
 void ApplicationInfo.load(ExtendedDeploymentContext context, ProgressTracker tracker)
           
 void ApplicationInfo.start(ExtendedDeploymentContext context, ProgressTracker tracker)
           
 void ModuleInfo.stop(ExtendedDeploymentContext context, Logger logger)
           
 void ApplicationInfo.stop(ExtendedDeploymentContext context, Logger logger)
           
 void ModuleInfo.unload(ExtendedDeploymentContext context)
           
 boolean EngineRef.unload(ExtendedDeploymentContext context)
          unloads the module from its container.
 void EngineInfo.unload(ExtendedDeploymentContext context)
           
 void ApplicationInfo.unload(ExtendedDeploymentContext context)
           
 

Uses of ExtendedDeploymentContext in org.glassfish.internal.deployment
 

Methods in org.glassfish.internal.deployment that return ExtendedDeploymentContext
 ExtendedDeploymentContext Deployment.DeploymentContextBuilder.build()
           
 ExtendedDeploymentContext Deployment.DeploymentContextBuilder.build(ExtendedDeploymentContext initialContext)
           
 ExtendedDeploymentContext ExtendedDeploymentContext.getParentContext()
          Gets the parent context for this context
 

Methods in org.glassfish.internal.deployment that return types with arguments of type ExtendedDeploymentContext
 Map<String,ExtendedDeploymentContext> ExtendedDeploymentContext.getModuleDeploymentContexts()
          Gets the deployment context for modules
 

Methods in org.glassfish.internal.deployment with parameters of type ExtendedDeploymentContext
 void ApplicationLifecycleInterceptor.after(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)
          Provide call back after a certain phase of the application lifecycle
 void ApplicationLifecycleInterceptor.before(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)
          Provide call back before a certain phase of the application lifecycle
 ExtendedDeploymentContext Deployment.DeploymentContextBuilder.build(ExtendedDeploymentContext initialContext)
           
 ApplicationInfo Deployment.deploy(Collection<Sniffer> sniffers, ExtendedDeploymentContext context)
           
 ApplicationInfo Deployment.deploy(ExtendedDeploymentContext context)
           
 void ExtendedDeploymentContext.setParentContext(ExtendedDeploymentContext parentContext)
          Sets the parent context
 void Deployment.undeploy(String appName, ExtendedDeploymentContext context)
           
 ApplicationInfo Deployment.unload(ApplicationInfo appInfo, ExtendedDeploymentContext context)
           
 



Copyright © 2012. All Rights Reserved.