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

java.lang.Object
  extended by org.ow2.jasmine.jadort.api.entities.deployment.ServerProgressBean.ServerProgressState
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ServerProgressBean

public static final class ServerProgressBean.ServerProgressState
extends java.lang.Object
implements java.io.Serializable

Different possible progress states of a serverProgress.

We don't use an enum here to preserve compatibility with IIOP runtimes on Java EE 5. You can check out the bug report and comments on http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6277781 for details.

See Also:
Serialized Form

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

Field Detail

INITIAL

public static final ServerProgressBean.ServerProgressState INITIAL

UPLOAD_OK

public static final ServerProgressBean.ServerProgressState UPLOAD_OK

DEPLOY_OK

public static final ServerProgressBean.ServerProgressState DEPLOY_OK

SET_DEFAULT_OK

public static final ServerProgressBean.ServerProgressState SET_DEFAULT_OK

UNDEPLOY_OK

public static final ServerProgressBean.ServerProgressState UNDEPLOY_OK

ERASE_OK

public static final ServerProgressBean.ServerProgressState ERASE_OK

START_OK

public static final ServerProgressBean.ServerProgressState START_OK

MAINTAIN_OK

public static final ServerProgressBean.ServerProgressState MAINTAIN_OK

STOP_OK

public static final ServerProgressBean.ServerProgressState STOP_OK

DISABLE_APPLICATIONS_OK

public static final ServerProgressBean.ServerProgressState DISABLE_APPLICATIONS_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 ServerProgressBean.ServerProgressState[] values()
Returns:
All ServerProgressState values.

valueOf

public static ServerProgressBean.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.