|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.deployapi.DeploymentStatusImpl
public class DeploymentStatusImpl
| Constructor Summary | |
|---|---|
DeploymentStatusImpl()
|
|
DeploymentStatusImpl(ProgressObjectImpl progressObject)
Creates a new instance of DeploymentStatusImpl |
|
| 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. |
void |
setCommand(CommandType commandType)
|
void |
setMessage(String message)
|
void |
setState(StateType stateType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentStatusImpl(ProgressObjectImpl progressObject)
public DeploymentStatusImpl()
| Method Detail |
|---|
public ActionType getAction()
getAction in interface DeploymentStatuspublic CommandType getCommand()
getCommand in interface DeploymentStatuspublic String getMessage()
getMessage in interface DeploymentStatuspublic StateType getState()
getState in interface DeploymentStatuspublic boolean isCompleted()
isCompleted in interface DeploymentStatuspublic boolean isFailed()
isFailed in interface DeploymentStatuspublic boolean isRunning()
isRunning in interface DeploymentStatuspublic void setState(StateType stateType)
public void setMessage(String message)
public void setCommand(CommandType commandType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||