| Package | Description |
|---|---|
| org.glassfish.internal.data | |
| org.glassfish.internal.deployment |
| Modifier and Type | Method and Description |
|---|---|
protected ExtendedDeploymentContext |
ApplicationInfo.getSubContext(ModuleInfo info,
ExtendedDeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleInfo.clean(ExtendedDeploymentContext context) |
void |
EngineInfo.clean(ExtendedDeploymentContext context) |
void |
ApplicationInfo.clean(ExtendedDeploymentContext context) |
void |
EngineRef.clean(ExtendedDeploymentContext context) |
protected ExtendedDeploymentContext |
ApplicationInfo.getSubContext(ModuleInfo info,
ExtendedDeploymentContext context) |
void |
EngineInfo.load(ExtendedDeploymentContext context) |
void |
ModuleInfo.load(ExtendedDeploymentContext context,
ProgressTracker tracker) |
void |
ApplicationInfo.load(ExtendedDeploymentContext context,
ProgressTracker tracker) |
void |
EngineRef.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) |
void |
EngineInfo.unload(ExtendedDeploymentContext context) |
void |
ApplicationInfo.unload(ExtendedDeploymentContext context) |
boolean |
EngineRef.unload(ExtendedDeploymentContext context)
unloads the module from its container.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext |
Deployment.DeploymentContextBuilder.build() |
ExtendedDeploymentContext |
Deployment.DeploymentContextBuilder.build(ExtendedDeploymentContext initialContext) |
ExtendedDeploymentContext |
ExtendedDeploymentContext.getParentContext()
Gets the parent context for this context
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExtendedDeploymentContext> |
ExtendedDeploymentContext.getModuleDeploymentContexts()
Gets the deployment context for modules
|
| Modifier and Type | Method and Description |
|---|---|
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<? extends org.glassfish.api.container.Sniffer> sniffers,
ExtendedDeploymentContext context) |
ApplicationInfo |
Deployment.deploy(ExtendedDeploymentContext context) |
void |
Deployment.registerTenantWithAppInDomainXML(String appName,
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 © 2019. All rights reserved.