public final class ServiceEnumeration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
public boolean equals(java.lang.String theString)
valueOf(java.lang.String)
and identity
comparison instead of this methodtheString
- the string to compare with this Service namepublic boolean equals(java.lang.Object theObject)
equals
in class java.lang.Object
Object.equals(Object)
public int hashCode()
java.lang.Object
implementation.hashCode
in class java.lang.Object
Object.equals(Object)
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public static ServiceEnumeration valueOf(java.lang.String theName)
theName
- The name of the serviceCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.