Methods Summary |
---|
public java.util.Map | getAdditionalStatus()
|
public com.sun.appserv.management.deploy.DeploymentStatus | getParent()
|
public java.lang.String | getStageDescription()
|
public int | getStageStatus()Legal status codes include:
- OperationStatus#STATUS_CODE_SUCCESS
- OperationStatus#STATUS_CODE_FAILURE
- OperationStatus#STATUS_CODE_WARNING
- #STATUS_CODE_NOT_INITIALIZED
|
public java.lang.String | getStageStatusMessage()
|
public java.lang.Throwable | getStageThrowable()
|
public java.util.Iterator | getSubStages()Get the sub stages for this deployment status, each of
which has been converted into a Map.
This method is included for backward compatibility; please
use {@link #getSubStagesList} instead.
|
public java.util.List | getSubStagesList()Get the sub stages for this deployment status.
The list may not be modified.
|
public void | setParent(com.sun.appserv.management.deploy.DeploymentStatus parent)set the parent status for this status if any
|