| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext |
ApplicationLifecycle.DeploymentContextBuidlerImpl.build() |
ExtendedDeploymentContext |
ApplicationLifecycle.DeploymentContextBuidlerImpl.build(ExtendedDeploymentContext initialContext) |
ExtendedDeploymentContext |
ApplicationLifecycle.disable(UndeployCommandParameters commandParams,
Application app,
ApplicationInfo appInfo,
ActionReport report,
Logger logger) |
ExtendedDeploymentContext |
ApplicationLifecycle.enable(String target,
Application app,
ApplicationRef appRef,
ActionReport report,
Logger logger) |
ExtendedDeploymentContext |
ApplicationLifecycle.getCurrentDeploymentContext() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext |
DeployCommandSupplementalInfo.deploymentContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployCommandSupplementalInfo.setDeploymentContext(ExtendedDeploymentContext dc) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentContextImpl |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext |
DeploymentContextImpl.getParentContext()
Gets the parent context of the module
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExtendedDeploymentContext> |
DeploymentContextImpl.getModuleDeploymentContexts()
Gets the deployment context for modules
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentContextImpl.setParentContext(ExtendedDeploymentContext parentContext)
Sets the parent context for the module
|
| Constructor and Description |
|---|
ClientJarWriter(ExtendedDeploymentContext deploymentContext) |
| Modifier and Type | Method and Description |
|---|---|
protected ExtendedDeploymentContext |
ApplicationInfo.getSubContext(ModuleInfo info,
ExtendedDeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
EngineInfo.clean(ExtendedDeploymentContext context) |
void |
EngineRef.clean(ExtendedDeploymentContext context) |
void |
ApplicationInfo.clean(ExtendedDeploymentContext context) |
void |
ModuleInfo.clean(ExtendedDeploymentContext context) |
protected ExtendedDeploymentContext |
ApplicationInfo.getSubContext(ModuleInfo info,
ExtendedDeploymentContext context) |
void |
EngineInfo.load(ExtendedDeploymentContext context) |
void |
EngineRef.load(ExtendedDeploymentContext context,
ProgressTracker tracker) |
void |
ApplicationInfo.load(ExtendedDeploymentContext context,
ProgressTracker tracker) |
void |
ModuleInfo.load(ExtendedDeploymentContext context,
ProgressTracker tracker) |
void |
ApplicationInfo.start(ExtendedDeploymentContext context,
ProgressTracker tracker) |
void |
ApplicationInfo.stop(ExtendedDeploymentContext context,
Logger logger) |
void |
ModuleInfo.stop(ExtendedDeploymentContext context,
Logger logger) |
void |
EngineInfo.unload(ExtendedDeploymentContext context) |
boolean |
EngineRef.unload(ExtendedDeploymentContext context)
unloads the module from its container.
|
void |
ApplicationInfo.unload(ExtendedDeploymentContext context) |
void |
ModuleInfo.unload(ExtendedDeploymentContext context) |
| Modifier and Type | Field and Description |
|---|---|
ExtendedDeploymentContext |
Deployment.ApplicationDeployment.context |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext |
Deployment.DeploymentContextBuilder.build() |
ExtendedDeploymentContext |
Deployment.DeploymentContextBuilder.build(ExtendedDeploymentContext initialContext) |
ExtendedDeploymentContext |
Deployment.getCurrentDeploymentContext()
Returns thread-local deployment, which is the currently-executing deployment context,
or null if none
|
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 Sniffer> sniffers,
ExtendedDeploymentContext context) |
ApplicationInfo |
Deployment.deploy(ExtendedDeploymentContext context) |
void |
Deployment.initialize(ApplicationInfo appInfo,
Collection<? extends Sniffer> sniffers,
ExtendedDeploymentContext context) |
Deployment.ApplicationDeployment |
Deployment.prepare(Collection<? extends Sniffer> sniffers,
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) |
| Constructor and Description |
|---|
ApplicationDeployment(ApplicationInfo appInfo,
ExtendedDeploymentContext context) |
Copyright © 2019. All rights reserved.