Class ChordConst
java.lang.Object
|
+--ChordConst
- public class ChordConst
- extends java.lang.Object
Constants and Class Methods for basic Chord Implementation.
This class documents the messages used in the protocol and
outlines how they are used to maintain the ring.
There are more detailed descriptions of each in the file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEPARATOR
public static final char SEPARATOR
CMD_JOIN
public static final char CMD_JOIN
CMD_OK
public static final char CMD_OK
CMD_NOK
public static final char CMD_NOK
CMD_DOLOOKUP
public static final char CMD_DOLOOKUP
CMD_LEAVE
public static final char CMD_LEAVE
CMD_LOOKUP
public static final char CMD_LOOKUP
ChordConst
public ChordConst()