vmassol     01/11/16 11:30:10

  Modified:    src/framework/share/org/apache/cactus
                        ServiceEnumeration.java
  Log:
  added new test "service" (we alreayd had "execute test" and "get result" services) 
which is simply used to verify if connection with the redirector is working and does 
nothing
  
  Revision  Changes    Path
  1.5       +7 -1      
jakarta-cactus/src/framework/share/org/apache/cactus/ServiceEnumeration.java
  
  Index: ServiceEnumeration.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/ServiceEnumeration.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ServiceEnumeration.java   2001/09/14 20:19:20     1.4
  +++ ServiceEnumeration.java   2001/11/16 19:30:10     1.5
  @@ -59,7 +59,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: ServiceEnumeration.java,v 1.4 2001/09/14 20:19:20 pier Exp $
  + * @version $Id: ServiceEnumeration.java,v 1.5 2001/11/16 19:30:10 vmassol Exp $
    */
   public class ServiceEnumeration
   {
  @@ -74,6 +74,12 @@
        */
       public static final ServiceEnumeration GET_RESULTS_SERVICE =
           new ServiceEnumeration("GET_RESULTS");
  +
  +    /**
  +     * Get the previous test results Service.
  +     */
  +    public static final ServiceEnumeration RUN_TEST_SERVICE =
  +        new ServiceEnumeration("RUN_TEST");
   
       /**
        * The service's name
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to