|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DeploymentStatus interface provides information about the progress status of a deployment action.
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 |
public StateType getState()
public CommandType getCommand()
public ActionType getAction()
public String getMessage()
public boolean isCompleted()
public boolean isFailed()
public boolean isRunning()
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.