|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.internal.ServiceEnumeration
List of valid services that the test redirectors can perform.
Field Summary | |
static ServiceEnumeration |
CALL_TEST_SERVICE
Call test method Service. |
static ServiceEnumeration |
CREATE_SESSION_SERVICE
Service used to create an HTTP session so that it is returned in a cookie. |
static ServiceEnumeration |
GET_RESULTS_SERVICE
Get the previous test results Service. |
static ServiceEnumeration |
GET_VERSION_SERVICE
Service that returns a cactus version identifier. |
static ServiceEnumeration |
RUN_TEST_SERVICE
Noop service for testing. |
Method Summary | |
boolean |
equals(java.lang.Object theObject)
Always compares object identity. |
boolean |
equals(java.lang.String theString)
Deprecated. Use valueOf(java.lang.String) and identity
comparison instead of this method |
int |
hashCode()
Delegates to the java.lang.Object implementation. |
java.lang.String |
toString()
Returns the string representation of the service. |
static ServiceEnumeration |
valueOf(java.lang.String theName)
Returns the enumeration instance corresponding to the provided service name. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ServiceEnumeration CALL_TEST_SERVICE
public static final ServiceEnumeration GET_RESULTS_SERVICE
public static final ServiceEnumeration RUN_TEST_SERVICE
public static final ServiceEnumeration CREATE_SESSION_SERVICE
public static final ServiceEnumeration GET_VERSION_SERVICE
Method Detail |
public boolean equals(java.lang.String theString)
valueOf(java.lang.String)
and identity
comparison instead of this method
theString
- the string to compare with this Service name
public boolean equals(java.lang.Object theObject)
Object.equals(Object)
public int hashCode()
java.lang.Object
implementation.
Object.equals(Object)
public java.lang.String toString()
Object.toString()
public static ServiceEnumeration valueOf(java.lang.String theName)
theName
- The name of the service
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |