Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
ProgressObject |
DeploymentManager.distribute(Target[] targets,
File moduleArchive,
File deploymentPlan)
Validates the configuration, generates all container specific classes and moves the archive
to the targets
|
ProgressObject |
DeploymentManager.distribute(Target[] targets,
InputStream moduleArchive,
InputStream deploymentPlan)
Validates the configuration, generates all container specific classes and moves the archive
to the targets
|
ProgressObject |
DeploymentManager.distribute(Target[] targets,
ModuleType type,
InputStream moduleArchive,
InputStream deploymentPlan)
The distribute method performs three tasks; it validates the deployment configuration
data, generates all container specific classes and interfaces, and moves the fully
baked archive to the designated deployment targets.
|
ProgressObject |
DeploymentManager.redeploy(TargetModuleID[] moduleIDList,
File moduleArchive,
File deploymentPlan)
Redeploys the modules
|
ProgressObject |
DeploymentManager.redeploy(TargetModuleID[] moduleIDList,
InputStream moduleArchive,
InputStream deploymentPlan)
Redeploys the modules
|
ProgressObject |
DeploymentManager.start(TargetModuleID[] moduleIDList)
Start the modules
|
ProgressObject |
DeploymentManager.stop(TargetModuleID[] moduleIDList)
Stop the modules
|
ProgressObject |
DeploymentManager.undeploy(TargetModuleID[] moduleIDList)
Removes the modules
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.