|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.deployment.spi.status.DeploymentStatusImpl
The DeploymentStatus interface provides information about the progress status of a deployment action.
Constructor Summary | |
DeploymentStatusImpl(javax.enterprise.deploy.shared.StateType stateType,
javax.enterprise.deploy.shared.CommandType commandType,
javax.enterprise.deploy.shared.ActionType actionType,
String message)
|
Method Summary | |
javax.enterprise.deploy.shared.ActionType |
getAction()
The action of this deployment |
javax.enterprise.deploy.shared.CommandType |
getCommand()
The deployment command |
String |
getMessage()
Get the message |
javax.enterprise.deploy.shared.StateType |
getState()
Get the state of the deployment |
boolean |
isCompleted()
Is the deployment complete |
boolean |
isFailed()
Has the deployment failed |
boolean |
isRunning()
Is the deployment in progress |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeploymentStatusImpl(javax.enterprise.deploy.shared.StateType stateType, javax.enterprise.deploy.shared.CommandType commandType, javax.enterprise.deploy.shared.ActionType actionType, String message)
Method Detail |
public javax.enterprise.deploy.shared.StateType getState()
getState
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
public javax.enterprise.deploy.shared.CommandType getCommand()
getCommand
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
public javax.enterprise.deploy.shared.ActionType getAction()
getAction
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
public String getMessage()
getMessage
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
public boolean isCompleted()
isCompleted
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
public boolean isFailed()
isFailed
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
public boolean isRunning()
isRunning
in interface javax.enterprise.deploy.spi.status.DeploymentStatus
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |