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
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.
ServiceEnumeration
private ServiceEnumeration(String theServiceName)
equals
public boolean equals(String theString)
Affected by: around() in LogAspect
.
toString
public String toString()
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.