| |
|
| javax.enterprise.deploy.spi.status.ProgressObject
ProgressObject | public interface ProgressObject (Code) | | Tracks the progress of a deployment
author: Adrian Brock version: $Revision: 57196 $ |
addProgressListener | void addProgressListener(ProgressListener listener)(Code) | | Add a progress listener
Parameters: listener - the listener |
getClientConfiguration | ClientConfiguration getClientConfiguration(TargetModuleID id)(Code) | | Return the client configuration associated with the module
Parameters: id - the module id the client configuration or null if none exists |
getDeploymentStatus | DeploymentStatus getDeploymentStatus()(Code) | | Retrieve the status of the deployment
the status |
getResultTargetModuleIDs | TargetModuleID[] getResultTargetModuleIDs()(Code) | | Retrieve the resulting target module ids
the module ids |
isCancelSupported | boolean isCancelSupported()(Code) | | Is cancel supported
true when cancel is supported, false otherwise |
isStopSupported | boolean isStopSupported()(Code) | | Is stop supported
true when stop is supported, false otherwise |
removeProgressListener | void removeProgressListener(ProgressListener listener)(Code) | | Remove a progress listener
Parameters: listener - the listener |
|
|
|