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

Field Summary
static ServiceEnumeration CALL_TEST_SERVICE
          Call test method Service.
          
static ServiceEnumeration GET_RESULTS_SERVICE
          Get the previous test results Service.
          
static ServiceEnumeration RUN_TEST_SERVICE
          Get the previous test results Service.
          
 
Constructor Summary
private ServiceEnumeration(String theServiceName)
           
 
Method Summary
 boolean equals(String theString)
           Affected by: LogAspect
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.
Constructor Detail

ServiceEnumeration

private ServiceEnumeration(String theServiceName)
Method Detail

equals

public boolean equals(String theString)
Affected by:
around() in LogAspect.

toString

public String toString()


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.