|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DFProgressObject | |
|---|---|
| org.glassfish.deployapi | |
| org.glassfish.deployment.client | |
| Uses of DFProgressObject in org.glassfish.deployapi |
|---|
| Subclasses of DFProgressObject in org.glassfish.deployapi | |
|---|---|
class |
ProgressObjectImpl
Implementation of the Progress Object |
class |
ProgressObjectSink
This class acts as a sink for ProgressObject. |
| Uses of DFProgressObject in org.glassfish.deployment.client |
|---|
| Methods in org.glassfish.deployment.client that return DFProgressObject | |
|---|---|
protected DFProgressObject |
AbstractDeploymentFacility.changeAppRef(Target[] targets,
String moduleID,
String commandName,
String action,
Map options)
|
protected DFProgressObject |
AbstractDeploymentFacility.changeState(Target[] targets,
String moduleID,
String commandName,
String action)
Changes the state of an application. |
DFProgressObject |
DeploymentFacility.createAppRef(Target[] targets,
String moduleID,
Map options)
Add an application ref on the selected targets |
DFProgressObject |
AbstractDeploymentFacility.createAppRef(Target[] targets,
String moduleID,
Map options)
|
DFProgressObject |
DeploymentFacility.deleteAppRef(Target[] targets,
String moduleID,
Map options)
remove the application ref for the provided list of targets. |
DFProgressObject |
AbstractDeploymentFacility.deleteAppRef(Target[] targets,
String moduleID,
Map options)
|
DFProgressObject |
DeploymentFacility.deploy(Target[] targets,
ReadableArchive source,
ReadableArchive deploymentPlan,
Map deploymentOptions)
|
DFProgressObject |
AbstractDeploymentFacility.deploy(Target[] targets,
ReadableArchive source,
ReadableArchive deploymentPlan,
Map deploymentOptions)
|
DFProgressObject |
DeploymentFacility.deploy(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(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(Target[] targets,
String moduleID)
Disables a deployed component on the provided list of targets |
DFProgressObject |
AbstractDeploymentFacility.disable(Target[] targets,
String moduleID)
Disables an app on the specified targets. |
DFProgressObject |
DeploymentFacility.enable(Target[] targets,
String moduleID)
Enables a deployed component on the provided list of targets. |
DFProgressObject |
AbstractDeploymentFacility.enable(Target[] targets,
String moduleID)
Enables an app on the specified targets. |
DFProgressObject |
DeploymentFacility.undeploy(Target[] targets,
String moduleID)
|
DFProgressObject |
AbstractDeploymentFacility.undeploy(Target[] targets,
String moduleID)
Undeploys an application from specified targets. |
DFProgressObject |
DeploymentFacility.undeploy(Target[] targets,
String moduleID,
Map options)
Initiates an undeployment operation of the specified module affecting the selected targets. |
DFProgressObject |
AbstractDeploymentFacility.undeploy(Target[] targets,
String moduleID,
Map undeploymentOptions)
Undeploys an application from specified targets. |
| Methods in org.glassfish.deployment.client with parameters of type DFProgressObject | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||