| Package | Description |
|---|---|
| org.glassfish.deployapi | |
| org.glassfish.deployment.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressObjectImpl
Implementation of the Progress Object
|
class |
ProgressObjectSink
This class acts as a sink for ProgressObject.
|
| Modifier and Type | Method and Description |
|---|---|
protected DFProgressObject |
AbstractDeploymentFacility.changeAppRef(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
String commandName,
String action,
Map options) |
protected DFProgressObject |
AbstractDeploymentFacility.changeState(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
String commandName,
String action)
Changes the state of an application.
|
DFProgressObject |
DeploymentFacility.createAppRef(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
Map options)
Add an application ref on the selected targets
|
DFProgressObject |
AbstractDeploymentFacility.createAppRef(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.deleteAppRef(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
Map options) |
DFProgressObject |
DeploymentFacility.deploy(javax.enterprise.deploy.spi.Target[] targets,
org.glassfish.api.deployment.archive.ReadableArchive source,
org.glassfish.api.deployment.archive.ReadableArchive deploymentPlan,
Map deploymentOptions) |
DFProgressObject |
AbstractDeploymentFacility.deploy(javax.enterprise.deploy.spi.Target[] targets,
org.glassfish.api.deployment.archive.ReadableArchive source,
org.glassfish.api.deployment.archive.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 |
AbstractDeploymentFacility.deploy(javax.enterprise.deploy.spi.Target[] targets,
URI source,
URI deploymentPlan,
Map deploymentOptions)
Deploys the application (with optional deployment plan) to the specified
targets with the indicated options.
|
DFProgressObject |
DeploymentFacility.disable(javax.enterprise.deploy.spi.Target[] targets,
String moduleID)
Disables a deployed component on the provided list of targets
|
DFProgressObject |
AbstractDeploymentFacility.disable(javax.enterprise.deploy.spi.Target[] targets,
String moduleID)
Disables 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.enable(javax.enterprise.deploy.spi.Target[] targets,
String moduleID)
Enables an app on the specified targets.
|
DFProgressObject |
DeploymentFacility.undeploy(javax.enterprise.deploy.spi.Target[] targets,
String moduleID) |
DFProgressObject |
AbstractDeploymentFacility.undeploy(javax.enterprise.deploy.spi.Target[] targets,
String moduleID)
Undeploys an application from specified targets.
|
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.
|
DFProgressObject |
AbstractDeploymentFacility.undeploy(javax.enterprise.deploy.spi.Target[] targets,
String moduleID,
Map undeploymentOptions)
Undeploys an application from specified targets.
|
| Modifier and Type | Method and Description |
|---|---|
DFDeploymentStatus |
DeploymentFacility.waitFor(DFProgressObject po)
Wait for a progress object to be in a completed state
(sucessful or failed) and return the DeploymentStatus for
this progress object.
|
DFDeploymentStatus |
AbstractDeploymentFacility.waitFor(DFProgressObject po)
Convenient method to wait for the operation monitored by the progress
object to complete, returning the final operation status.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.