org.apache.cactus
class ServiceEnumeration
java.lang.Object
|
+--org.apache.cactus.ServiceEnumeration
- Known Advisors:
- LogAspect
- public class ServiceEnumeration
- extends java.lang.Object
List of valid services that the ServletTestRedirector
can
perform.
- Version:
- $Id: ServiceEnumeration.java,v 1.1 2002/03/01 00:43:45 vmassol Exp $
- Author:
- Vincent Massol
Method Summary |
boolean |
equals(String theString)
Compares a string representing the name of the service with the Service
enumerated type.
Affected by: LogAspect |
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.
RUN_TEST_SERVICE
public static final ServiceEnumeration RUN_TEST_SERVICE
- Get the previous test results Service.
equals
public boolean equals(String theString)
- Compares a string representing the name of the service with the Service
enumerated type.
- Parameters:
theString
- the string to compare with this Service name
- Returns:
- true if the string corresponds to the current Service
Affected by: around() in LogAspect
.
toString
public String toString()
- Returns:
- the Service's name
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.