Home » jboss-javaee-sources » javax.enterprise.deploy » spi » status » [javadoc | source]
javax.enterprise.deploy.spi.status
public interface: DeploymentStatus [javadoc | source] The status of the deployment.
Method from javax.enterprise.deploy.spi.status.DeploymentStatus Summary:
getAction,   getCommand,   getMessage,   getState,   isCompleted,   isFailed,   isRunning
Method from javax.enterprise.deploy.spi.status.DeploymentStatus Detail:
 public ActionType getAction()
    The action of this deployment
 public CommandType getCommand()
    The deployment command
 public String getMessage()
    Get the message
 public StateType getState()
    Get the state of the deployment
 public boolean isCompleted()
    Is the deployment complete
 public boolean isFailed()
    Has the deployment failed
 public boolean isRunning()
    Is the deployment in progress