org.ow2.jasmine.jadort.api.entities.deployment
Class ServerProgressState

java.lang.Object
  extended by org.ow2.jasmine.jadort.api.entities.deployment.ProgressState
      extended by 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

Field Summary
static ServerProgressState DEPLOY_OK
           
static ServerProgressState DESTROY_VM_HOSTS_OK
           
static ServerProgressState DISABLE_APPLICATIONS_OK
           
static ServerProgressState ERASE_OK
           
static ServerProgressState INITIAL
           
static ServerProgressState MAINTAIN_OK
           
static ServerProgressState SET_DEFAULT_OK
           
static ServerProgressState START_OK
           
static ServerProgressState STOP_OK
           
static ServerProgressState UNDEPLOY_OK
           
static ServerProgressState UPLOAD_OK
           
 
Method Summary
 boolean equals(java.lang.Object object)
          
 int hashCode()
          
 java.lang.String toString()
          
static ServerProgressState valueOf(java.lang.String string)
          Get the ServerProgressState for a string.
static ServerProgressState[] values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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 © 2009 OW2 Consortium. All Rights Reserved.