org.ow2.jasmine.jadort.api.entities.deployment
Class ServerProgressState
java.lang.Object
org.ow2.jasmine.jadort.api.entities.deployment.ProgressState
org.ow2.jasmine.jadort.api.entities.deployment.ServerProgressState
- All Implemented Interfaces:
- java.io.Serializable
public class ServerProgressState
- extends ProgressState
Different possible progress states of a ServerProgressBean.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
INITIAL
public static final ServerProgressState INITIAL
UPLOAD_OK
public static final ServerProgressState UPLOAD_OK
DEPLOY_OK
public static final ServerProgressState DEPLOY_OK
SET_DEFAULT_OK
public static final ServerProgressState SET_DEFAULT_OK
UNDEPLOY_OK
public static final ServerProgressState UNDEPLOY_OK
ERASE_OK
public static final ServerProgressState ERASE_OK
DISABLE_APPLICATIONS_OK
public static final ServerProgressState DISABLE_APPLICATIONS_OK
STOP_OK
public static final ServerProgressState STOP_OK
MAINTAIN_OK
public static final ServerProgressState MAINTAIN_OK
START_OK
public static final ServerProgressState START_OK
DESTROY_VM_HOSTS_OK
public static final ServerProgressState DESTROY_VM_HOSTS_OK
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
values
public static ServerProgressState[] values()
- Returns:
- All ServerProgressState values.
valueOf
public static ServerProgressState valueOf(java.lang.String string)
- Get the ServerProgressState for a string.
- Parameters:
string - ServerProgressState string.
- Returns:
- ServerProgressState for that string.
Copyright © 2010 OW2 Consortium. All Rights Reserved.