|
|||||||||||
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
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)
Object.equals(Object)
public int hashCode()
Object.hashCode()
public java.lang.String getStatus()
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |