|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jadort.api.entities.deployment.ServerProgressBean.ServerProgressState
public static final class ServerProgressBean.ServerProgressState
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.
| 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 |
|---|
public static final ServerProgressBean.ServerProgressState INITIAL
public static final ServerProgressBean.ServerProgressState UPLOAD_OK
public static final ServerProgressBean.ServerProgressState DEPLOY_OK
public static final ServerProgressBean.ServerProgressState SET_DEFAULT_OK
public static final ServerProgressBean.ServerProgressState UNDEPLOY_OK
public static final ServerProgressBean.ServerProgressState ERASE_OK
public static final ServerProgressBean.ServerProgressState START_OK
public static final ServerProgressBean.ServerProgressState MAINTAIN_OK
public static final ServerProgressBean.ServerProgressState STOP_OK
public static final ServerProgressBean.ServerProgressState DISABLE_APPLICATIONS_OK
| Method Detail |
|---|
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static ServerProgressBean.ServerProgressState[] values()
public static ServerProgressBean.ServerProgressState valueOf(java.lang.String string)
string - ServerProgressState string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||