|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.j2ee.deployclient.DeploymentStatusImpl
public class DeploymentStatusImpl
Represents the status of a deployed module.
| Field Summary | |
|---|---|
static int |
COMPLETED
|
static int |
FAILED
|
static int |
RELEASED
|
static int |
RUNNING
|
| Constructor Summary | |
|---|---|
DeploymentStatusImpl()
|
|
| Method Summary | |
|---|---|
ActionType |
getAction()
Returns the ActionType value. |
CommandType |
getCommand()
Returns the CommandType value. |
java.lang.String |
getMessage()
Returns additional information. |
StateType |
getState()
Returns the StateType value. |
boolean |
isCompleted()
Returns true if the deployment is completed. |
boolean |
isFailed()
Returns true if the deployment is failed. |
boolean |
isRunning()
Returns true if the deployment is running. |
void |
setMessage(java.lang.String message)
Sets the message. |
void |
setState(StateType stateType)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int RUNNING
public static final int COMPLETED
public static final int FAILED
public static final int RELEASED
| Constructor Detail |
|---|
public DeploymentStatusImpl()
| Method Detail |
|---|
public StateType getState()
public void setState(StateType stateType)
public CommandType getCommand()
public ActionType getAction()
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public boolean isCompleted()
public boolean isFailed()
public boolean isRunning()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||