[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss/src/main/org/jboss/invocation InvocationType.java
From:       "Dr. Christoph Georg Jung" <cgjung () users ! sourceforge ! net>
Date:       2003-10-31 18:23:50
[Download RAW message or body]

  User: cgjung  
  Date: 03/10/31 10:23:50

  Modified:    src/main/org/jboss/invocation InvocationType.java
  Log:
  Initial (working) J2EE1.4/WS4EE1.0 bits (see ChangeNote).
  
  Revision  Changes    Path
  1.5       +5 -2      jboss/src/main/org/jboss/invocation/InvocationType.java
  
  Index: InvocationType.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/invocation/InvocationType.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- InvocationType.java	27 Aug 2003 04:32:21 -0000	1.4
  +++ InvocationType.java	31 Oct 2003 18:23:50 -0000	1.5
  @@ -12,7 +12,8 @@
   /** Type safe enumeration used for to identify the invocation types.
    *
    * @author Scott.Stark@jboss.org
  - * @version $Revision: 1.4 $
  + * @author Christoph.Jung@infor.de
  + * @version $Revision: 1.5 $
    */
   public final class InvocationType implements Serializable
   {
  @@ -23,7 +24,7 @@
       * new key enum value you must assign it an ordinal value of the current
       * MAX_TYPE_ID+1 and update the MAX_TYPE_ID value.
       */
  -   private static final int MAX_TYPE_ID = 3;
  +   private static final int MAX_TYPE_ID = 4;
   
      /** The array of InvocationKey indexed by ordinal value of the key */
      private static final InvocationType[] values = new InvocationType[MAX_TYPE_ID+1];
  @@ -36,6 +37,8 @@
            new InvocationType("HOME", 2);
      public static final InvocationType LOCALHOME =
            new InvocationType("LOCALHOME", 3);
  +   public static final InvocationType SERVICE_ENDPOINT =
  +		 new InvocationType("SERVICE_ENDPOINT", 4);
   
      private final transient String name;
   
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic