org.apache.cactus
Class ServiceEnumeration
java.lang.Object
|
+--org.apache.cactus.ServiceEnumeration
- public class ServiceEnumeration
- extends java.lang.Object
List of valid services that the ServletTestRedirector
can
perform.
- Version:
- $Id: ServiceEnumeration.java,v 1.4 2001/09/14 20:19:20 pier Exp $
- Author:
- Vincent Massol
Method Summary |
boolean |
equals(java.lang.String theString)
Compares a string representing the name of the service with the Service
enumerated type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CALL_TEST_SERVICE
public static final ServiceEnumeration CALL_TEST_SERVICE
- Call test method Service.
GET_RESULTS_SERVICE
public static final ServiceEnumeration GET_RESULTS_SERVICE
- Get the previous test results Service.
ServiceEnumeration
public ServiceEnumeration(java.lang.String theServiceName)
equals
public boolean equals(java.lang.String theString)
- Compares a string representing the name of the service with the Service
enumerated type.
- Returns:
- true if the string corresponds to the current Service
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
- the Service's name
Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.