|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
public final class TomcatDeployableStatus
Status of a Deployable deployed in Tomcat. Can be a "running", "stopped", "not found".
| Field Summary | |
|---|---|
static TomcatDeployableStatus |
NOT_FOUND
The status of the deployable when it doesn't exists in Tomcat. |
static TomcatDeployableStatus |
RUNNING
The status of the deployable when it's running in Tomcat. |
static TomcatDeployableStatus |
STOPPED
The status of the deployable when it's stopped in Tomcat. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getStatus()
|
int |
hashCode()
|
static TomcatDeployableStatus |
toStatus(java.lang.String statusAsString)
Transform a status represented as a string into a TomcatDeployableStatus object. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TomcatDeployableStatus RUNNING
public static final TomcatDeployableStatus STOPPED
public static final TomcatDeployableStatus NOT_FOUND
| Method Detail |
|---|
public static TomcatDeployableStatus toStatus(java.lang.String statusAsString)
TomcatDeployableStatus object.
statusAsString - the string to transform
TomcatDeployableStatus objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectObject.equals(Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String getStatus()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||