Uses of Interface
org.glassfish.internal.deployment.ExtendedDeploymentContext
-
Packages that use ExtendedDeploymentContext Package Description 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 Modifier and Type Method Description protected ExtendedDeploymentContextApplicationInfo. getSubContext(ModuleInfo info, ExtendedDeploymentContext context)Methods in org.glassfish.internal.data with parameters of type ExtendedDeploymentContext Modifier and Type Method Description voidApplicationInfo. clean(ExtendedDeploymentContext context)voidEngineInfo. clean(ExtendedDeploymentContext context)voidEngineRef. clean(ExtendedDeploymentContext context)voidModuleInfo. clean(ExtendedDeploymentContext context)protected ExtendedDeploymentContextApplicationInfo. getSubContext(ModuleInfo info, ExtendedDeploymentContext context)voidApplicationInfo. load(ExtendedDeploymentContext context, ProgressTracker tracker)voidEngineInfo. load(ExtendedDeploymentContext context)voidEngineRef. load(ExtendedDeploymentContext context, ProgressTracker tracker)voidModuleInfo. load(ExtendedDeploymentContext context, ProgressTracker tracker)voidApplicationInfo. start(ExtendedDeploymentContext context, ProgressTracker tracker)voidApplicationInfo. stop(ExtendedDeploymentContext context, Logger logger)voidModuleInfo. stop(ExtendedDeploymentContext context, Logger logger)voidApplicationInfo. unload(ExtendedDeploymentContext context)voidEngineInfo. unload(ExtendedDeploymentContext context)booleanEngineRef. unload(ExtendedDeploymentContext context)unloads the module from its container.voidModuleInfo. unload(ExtendedDeploymentContext context) -
Uses of ExtendedDeploymentContext in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return ExtendedDeploymentContext Modifier and Type Method Description ExtendedDeploymentContextDeployment.DeploymentContextBuilder. build()ExtendedDeploymentContextDeployment.DeploymentContextBuilder. build(ExtendedDeploymentContext initialContext)ExtendedDeploymentContextExtendedDeploymentContext. getParentContext()Gets the parent context for this contextMethods in org.glassfish.internal.deployment that return types with arguments of type ExtendedDeploymentContext Modifier and Type Method Description Map<String,ExtendedDeploymentContext>ExtendedDeploymentContext. getModuleDeploymentContexts()Gets the deployment context for modulesMethods in org.glassfish.internal.deployment with parameters of type ExtendedDeploymentContext Modifier and Type Method Description voidApplicationLifecycleInterceptor. after(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)Provide call back after a certain phase of the application lifecyclevoidApplicationLifecycleInterceptor. before(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)Provide call back before a certain phase of the application lifecycleExtendedDeploymentContextDeployment.DeploymentContextBuilder. build(ExtendedDeploymentContext initialContext)ApplicationInfoDeployment. deploy(Collection<? extends org.glassfish.api.container.Sniffer> sniffers, ExtendedDeploymentContext context)ApplicationInfoDeployment. deploy(ExtendedDeploymentContext context)voidDeployment. registerTenantWithAppInDomainXML(String appName, ExtendedDeploymentContext context)voidExtendedDeploymentContext. setParentContext(ExtendedDeploymentContext parentContext)Sets the parent contextvoidDeployment. undeploy(String appName, ExtendedDeploymentContext context)ApplicationInfoDeployment. unload(ApplicationInfo appInfo, ExtendedDeploymentContext context)
-