Methods Summary |
---|
public void | addProgressListener(ProgressListener pol)Add a listener to receive Progress events on deployment
actions.
|
public void | cancel()(optional)
A cancel request on an in-process operation
stops all further processing of the operation and returns
the environment to it original state before the operation
was executed. An operation that has run to completion
cannot be cancelled.
|
public ClientConfiguration | getClientConfiguration(javax.enterprise.deploy.spi.TargetModuleID id)Return the ClientConfiguration object associated with the
TargetModuleID.
|
public DeploymentStatus | getDeploymentStatus()Retrieve the status of this activity.
|
public javax.enterprise.deploy.spi.TargetModuleID[] | getResultTargetModuleIDs()Retrieve the list of TargetModuleIDs successfully
processed or created by the associated DeploymentManager
operation.
|
public boolean | isCancelSupported()Tests whether the vendor supports a cancel
opertation for deployment activities.
|
public boolean | isStopSupported()Tests whether the vendor supports a stop
opertation for deployment activities.
|
public void | removeProgressListener(ProgressListener pol)Remove a ProgressObject listener.
|
public void | stop()(optional)
A stop request on an in-process operation allows the
operation on the current TargetModuleID to run to completion but
does not process any of the remaining unprocessed TargetModuleID
objects. The processed TargetModuleIDs must be returned by the
method getResultTargetModuleIDs.
|