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 EngineRef.clean(ExtendedDeploymentContext context)
           
 void ModuleInfo.clean(ExtendedDeploymentContext context)
           
 void ApplicationInfo.clean(ExtendedDeploymentContext context)
           
 void EngineInfo.clean(ExtendedDeploymentContext context)
           
protected  ExtendedDeploymentContext ApplicationInfo.getSubContext(ModuleInfo info, ExtendedDeploymentContext context)
           
 void EngineInfo.load(ExtendedDeploymentContext context)
           
 void EngineRef.load(ExtendedDeploymentContext context, ProgressTracker tracker)
           
 void ModuleInfo.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)
           
 boolean EngineRef.unload(ExtendedDeploymentContext context)
          unloads the module from its container.
 void ModuleInfo.unload(ExtendedDeploymentContext context)
           
 void ApplicationInfo.unload(ExtendedDeploymentContext context)
           
 void EngineInfo.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
 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 GlassFish Community. All Rights Reserved.