| javax.enterprise.deploy.spi.status.DeploymentStatus
DeploymentStatus | public interface DeploymentStatus (Code) | | The status of the deployment.
author: Adrian Brock version: $Revision: 57196 $ |
getMessage | String getMessage()(Code) | | Get the message
the message |
getState | StateType getState()(Code) | | Get the state of the deployment
the state |
isCompleted | boolean isCompleted()(Code) | | Is the deployment complete
true when complete, false otherwise |
isFailed | boolean isFailed()(Code) | | Has the deployment failed
true when failed, false otherwise |
isRunning | boolean isRunning()(Code) | | Is the deployment in progress
true when in progress, false otherwise |
|
|