Uses of Interface
org.glassfish.internal.deployment.ExtendedDeploymentContext
-
-
Uses of ExtendedDeploymentContext in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return ExtendedDeploymentContext Modifier and Type Method Description ExtendedDeploymentContextApplicationLifecycle.DeploymentContextBuidlerImpl. build()ExtendedDeploymentContextApplicationLifecycle.DeploymentContextBuidlerImpl. build(ExtendedDeploymentContext initialContext)ExtendedDeploymentContextApplicationLifecycle. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)ExtendedDeploymentContextApplicationLifecycle. enable(String target, Application app, ApplicationRef appRef, ActionReport report, Logger logger)ExtendedDeploymentContextApplicationLifecycle. getCurrentDeploymentContext() -
Uses of ExtendedDeploymentContext in fish.payara.monitoring.runtime
Methods in fish.payara.monitoring.runtime with parameters of type ExtendedDeploymentContext Modifier and Type Method Description voidMonitoringConsoleRuntimeImpl. after(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)voidMonitoringConsoleRuntimeImpl. before(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context) -
Uses of ExtendedDeploymentContext in fish.payara.nucleus.hotdeploy
Methods in fish.payara.nucleus.hotdeploy that return ExtendedDeploymentContext Modifier and Type Method Description ExtendedDeploymentContextApplicationState. getDeploymentContext()Methods in fish.payara.nucleus.hotdeploy with parameters of type ExtendedDeploymentContext Modifier and Type Method Description booleanApplicationState. start(DeployCommandParameters commandParams, ExtendedDeploymentContext newContext, Events events)Starts the Application state for new deployment by copying the cached metadata and properties to the newDeploymentContextinstance.voidApplicationState. storeMetaData(ExtendedDeploymentContext deploymentContext)Store the transient info before clean up ofDeploymentContext#postDeployCleanConstructors in fish.payara.nucleus.hotdeploy with parameters of type ExtendedDeploymentContext Constructor Description ApplicationState(String name, File path, ExtendedDeploymentContext deploymentContext) -
Uses of ExtendedDeploymentContext in org.glassfish.deployment.admin
Methods in org.glassfish.deployment.admin that return ExtendedDeploymentContext Modifier and Type Method Description ExtendedDeploymentContextDeployCommandSupplementalInfo. deploymentContext()Methods in org.glassfish.deployment.admin with parameters of type ExtendedDeploymentContext Modifier and Type Method Description voidDeployCommandSupplementalInfo. setDeploymentContext(ExtendedDeploymentContext dc) -
Uses of ExtendedDeploymentContext in org.glassfish.deployment.common
Classes in org.glassfish.deployment.common that implement ExtendedDeploymentContext Modifier and Type Class Description classDeploymentContextImplMethods in org.glassfish.deployment.common that return ExtendedDeploymentContext Modifier and Type Method Description ExtendedDeploymentContextDeploymentContextImpl. getParentContext()Gets the parent context of the moduleMethods in org.glassfish.deployment.common that return types with arguments of type ExtendedDeploymentContext Modifier and Type Method Description Map<String,ExtendedDeploymentContext>DeploymentContextImpl. getModuleDeploymentContexts()Gets the deployment context for modulesMethods in org.glassfish.deployment.common with parameters of type ExtendedDeploymentContext Modifier and Type Method Description voidDeploymentContextImpl. setParentContext(ExtendedDeploymentContext parentContext)Sets the parent context for the moduleConstructors in org.glassfish.deployment.common with parameters of type ExtendedDeploymentContext Constructor Description ClientJarWriter(ExtendedDeploymentContext deploymentContext) -
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. reload(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
Fields in org.glassfish.internal.deployment declared as ExtendedDeploymentContext Modifier and Type Field Description ExtendedDeploymentContextDeployment.ApplicationDeployment. contextMethods in org.glassfish.internal.deployment that return ExtendedDeploymentContext Modifier and Type Method Description ExtendedDeploymentContextDeployment.DeploymentContextBuilder. build()ExtendedDeploymentContextDeployment.DeploymentContextBuilder. build(ExtendedDeploymentContext initialContext)ExtendedDeploymentContextDeployment. getCurrentDeploymentContext()Returns thread-local deployment, which is the currently-executing deployment context, or null if noneExtendedDeploymentContextExtendedDeploymentContext. 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 Sniffer> sniffers, ExtendedDeploymentContext context)ApplicationInfoDeployment. deploy(ExtendedDeploymentContext context)voidDeployment. initialize(ApplicationInfo appInfo, Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)Deployment.ApplicationDeploymentDeployment. prepare(Collection<? extends Sniffer> sniffers, 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)Constructors in org.glassfish.internal.deployment with parameters of type ExtendedDeploymentContext Constructor Description ApplicationDeployment(ApplicationInfo appInfo, ExtendedDeploymentContext context)
-