|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployment.spi.status.DeploymentStatusImpl
The DeploymentStatus interface provides information about the progress status of a deployment action.
| Constructor Summary | |
DeploymentStatusImpl(StateType (src) stateType,
CommandType (src) commandType,
ActionType (src) actionType,
java.lang.String message)
|
|
| Method Summary | |
ActionType (src) |
getAction()
The action of this deployment |
CommandType (src) |
getCommand()
The deployment command |
java.lang.String |
getMessage()
Get the message |
StateType (src) |
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(StateType (src) stateType,
CommandType (src) commandType,
ActionType (src) actionType,
java.lang.String message)
| Method Detail |
public StateType (src) getState()
getState in interface DeploymentStatus (src) public CommandType (src) getCommand()
getCommand in interface DeploymentStatus (src) public ActionType (src) getAction()
getAction in interface DeploymentStatus (src) public java.lang.String getMessage()
getMessage in interface DeploymentStatus (src) public boolean isCompleted()
isCompleted in interface DeploymentStatus (src) public boolean isFailed()
isFailed in interface DeploymentStatus (src) public boolean isRunning()
isRunning in interface DeploymentStatus (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||