cvs commit: spice/sandbox/mesnet/src/java/org/realityforge/mesnet MessageUtils.java

Peter Donald <[email protected]> Sun, 09 Nov 2003 20:13:52 -0800
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
donaldp     03/11/09 20:13:52

  Added:       sandbox/mesnet/src/java/org/realityforge/mesnet
                        MessageUtils.java
  Log:
  Add some constants for messaging subsystem
  
  Revision  Changes    Path
  1.1                  spice/sandbox/mesnet/src/java/org/realityforge/mesnet/MessageUtils.java
  
  Index: MessageUtils.java
  ===================================================================
  package org.realityforge.mesnet;
  
  
  
  /**
   * @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
   * @version $Revision: 1.1 $ $Date: 2003/11/10 04:13:52 $
   */
  public class MessageUtils
  {
      public static final byte MESSAGE_CONNECTED = 0; //session id, auth id
      public static final byte MESSAGE_ESTABLISHED = 1;
      public static final byte MESSAGE_BAD_SESSION = 2;
      public static final byte MESSAGE_BAD_AUTH = 3;
  
      public static final String AUTH_KEY = "msg.auth";
  }
  
  
  


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/