protected DFProgressObject |
AbstractDeploymentFacility.changeState(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
String commandName,
String action) |
Changes the state of an application.
|
DFProgressObject |
AbstractDeploymentFacility.createAppRef(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
Map options) |
|
DFProgressObject |
DeploymentFacility.createAppRef(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
Map options) |
Add an application ref on the selected targets
|
DFProgressObject |
AbstractDeploymentFacility.deleteAppRef(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
Map options) |
|
DFProgressObject |
DeploymentFacility.deleteAppRef(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
Map options) |
remove the application ref for the provided list of targets.
|
DFProgressObject |
AbstractDeploymentFacility.deploy(javax.enterprise.deploy.spi.Target[] targets,
URI source,
URI deploymentPlan,
Map origOptions) |
|
DFProgressObject |
AbstractDeploymentFacility.deploy(javax.enterprise.deploy.spi.Target[] targets,
ReadableArchive source,
ReadableArchive deploymentPlan,
Map deploymentOptions) |
|
DFProgressObject |
DeploymentFacility.deploy(javax.enterprise.deploy.spi.Target[] targets,
URI source,
URI deploymentPlan,
Map deploymentOptions) |
Initiates a deployment operation on the server, using a source
archive abstraction and an optional deployment plan if the
server specific information is not embedded in the source
archive.
|
DFProgressObject |
DeploymentFacility.deploy(javax.enterprise.deploy.spi.Target[] targets,
ReadableArchive source,
ReadableArchive deploymentPlan,
Map deploymentOptions) |
|
DFProgressObject |
AbstractDeploymentFacility.disable(javax.enterprise.deploy.spi.Target[] targets,
String moduleID) |
Disables an app on the specified targets.
|
DFProgressObject |
DeploymentFacility.disable(javax.enterprise.deploy.spi.Target[] targets,
String moduleID) |
Disables a deployed component on the provided list of targets
|
DFProgressObject |
AbstractDeploymentFacility.enable(javax.enterprise.deploy.spi.Target[] targets,
String moduleID) |
Enables an app on the specified targets.
|
DFProgressObject |
DeploymentFacility.enable(javax.enterprise.deploy.spi.Target[] targets,
String moduleID) |
Enables a deployed component on the provided list of targets.
|
DFProgressObject |
AbstractDeploymentFacility.undeploy(javax.enterprise.deploy.spi.Target[] targets,
String moduleID) |
Undeploys an application from specified targets.
|
DFProgressObject |
AbstractDeploymentFacility.undeploy(javax.enterprise.deploy.spi.Target[] origTargets,
String moduleID,
Map origOptions) |
Undeploys an application from specified targets.
|
DFProgressObject |
DeploymentFacility.undeploy(javax.enterprise.deploy.spi.Target[] targets,
String moduleID) |
|
DFProgressObject |
DeploymentFacility.undeploy(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
Map options) |
Initiates an undeployment operation of the specified module affecting the selected targets.
|