public static class OpenEJBDeploymentManager.DeploymentStatusImpl
extends java.lang.Object
Constructor and Description |
---|
DeploymentStatusImpl(CommandType command) |
DeploymentStatusImpl(CommandType command,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
ActionType |
getAction() |
CommandType |
getCommand() |
java.lang.String |
getMessage() |
StateType |
getState() |
boolean |
isCompleted() |
boolean |
isFailed() |
boolean |
isRunning() |
java.lang.String |
toString() |
public DeploymentStatusImpl(CommandType command)
public DeploymentStatusImpl(CommandType command, java.lang.Exception exception)
public CommandType getCommand()
public ActionType getAction()
public java.lang.String getMessage()
public StateType getState()
public boolean isRunning()
public boolean isCompleted()
public boolean isFailed()
public java.lang.String toString()
toString
in class java.lang.Object