| |
|
| java.lang.Object org.objectweb.jonas.management.monitoring.DeployAction
DeployAction | public class DeployAction (Code) | | Action of deployment on a remote server
Used by jonasAdmin to follow the progression of operations
author: durieuxp |
DEPLOY | final public static int DEPLOY(Code) | | |
DEPLOYING | final public static int DEPLOYING(Code) | | |
FAILED | final public static int FAILED(Code) | | |
START | final public static int START(Code) | | |
STOP | final public static int STOP(Code) | | |
SUCCESS | final public static int SUCCESS(Code) | | |
UNDEPLOY | final public static int UNDEPLOY(Code) | | |
UNDEPLOYING | final public static int UNDEPLOYING(Code) | | |
UPLOAD | final public static int UPLOAD(Code) | | |
UPLOADDEPLOY | final public static int UPLOADDEPLOY(Code) | | |
UPLOADING | final public static int UPLOADING(Code) | | |
getAction | public int getAction()(Code) | | The deployment action |
getErrorMessage | public String getErrorMessage()(Code) | | The error message when failed |
getFileName | public String getFileName()(Code) | | Filename used for deployment action |
getState | public int getState()(Code) | | Current state of the action |
getStateAsString | public String getStateAsString()(Code) | | Current state of the action (String form) |
setDeploying | public void setDeploying()(Code) | | Set state to Deploying
|
setError | public void setError(String mess)(Code) | | Action has failed
|
setOK | public void setOK()(Code) | | Action is successful
|
|
|
|