|
Préférences
Moteurs de recherche
|
||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.enterprise.deploy.spi.status
|
Method Summary | |
---|---|
ActionType |
getAction()
Retrieve the deployment ActionType for this event. |
CommandType |
getCommand()
Retrieve the deployment CommandType of this event. |
String |
getMessage()
Retrieve any additional information about the status of this event. |
StateType |
getState()
Retrieve the StateType value. |
boolean |
isCompleted()
A convience method to report if the operation is in the completed state. |
boolean |
isFailed()
A convience method to report if the operation is in the failed state. |
boolean |
isRunning()
A convience method to report if the operation is in the running state. |
Method Detail |
---|
StateType getState()
CommandType getCommand()
ActionType getAction()
String getMessage()
boolean isCompleted()
boolean isFailed()
boolean isRunning()