org.siebengeisslein.net
Class Constants

java.lang.Object
  extended by org.siebengeisslein.net.Constants

public class Constants
extends java.lang.Object


Field Summary
static byte ABORT_MESSAGE_OPCODE
           
static byte ACCESS_CONTROL_MESSAGE_OPCODE
           
static byte ADDENTRY_MESSAGE_OPCODE
           
static byte CLIENT_EXPIRE_MESSAGE_OPCODE
           
static byte CLOSE_MESSAGE_OPCODE
           
static byte COMMIT_MESSAGE_OPCODE
           
static byte CONFIRM_MESSAGE_OPCODE
           
static byte CREATE_TRANSACTION_MESSAGE_OPCODE
           
static byte CREATE_USER_SCOPE_OPCODE
           
static byte ENTRY_MESSAGE_OPCODE
           
static byte EXPIRE_MESSAGE_OPCODE
           
static byte GET_USER_SCOPE_MESSAGE_OPCODE
           
static byte GETENTRY_MESSAGE_OPCODE
           
static byte GETROOT_MESSAGE_OPCODE
           
static byte INIT_MESSAGE_OPCODE
           
static byte LOGIN_FAILURE_MESSAGE_OPCODE
           
static byte LOGIN_MESSAGE_OPCODE
           
static byte LOGIN_SUCCESS_MESSAGE_OPCODE
           
static byte NEW_TRANSACTION_MESSAGE_OPCODE
           
static java.lang.String PROTOCOL_IDENTIFIER
           
static java.lang.String PROTOCOL_PLAIN
           
static java.lang.String PROTOCOL_SEPARATOR
           
static byte REMOVE_ROOT_MESSAGE_OPCODE
           
static byte ROOT_MESSAGE_OPCODE
           
static byte ROOT_REMOVED_MESSAGE_OPCODE
           
static byte ROOT_SET_MESSAGE_OPCODE
           
static byte SET_USER_SCOPE_MESSAGE_OPCODE
           
static byte SET_USER_SCOPE_OPCODE
           
static byte SETENTRY_MESSAGE_OPCODE
           
static byte SETROOT_MESSAGE_OPCODE
           
static byte UPDATE_MESSAGE_OPCODE
           
static byte USER_SCOPE_MESSAGE_OPCODE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_IDENTIFIER

public static final java.lang.String PROTOCOL_IDENTIFIER
See Also:
Constant Field Values

PROTOCOL_SEPARATOR

public static final java.lang.String PROTOCOL_SEPARATOR
See Also:
Constant Field Values

PROTOCOL_PLAIN

public static final java.lang.String PROTOCOL_PLAIN
See Also:
Constant Field Values

INIT_MESSAGE_OPCODE

public static final byte INIT_MESSAGE_OPCODE
See Also:
Constant Field Values

LOGIN_MESSAGE_OPCODE

public static final byte LOGIN_MESSAGE_OPCODE
See Also:
Constant Field Values

LOGIN_SUCCESS_MESSAGE_OPCODE

public static final byte LOGIN_SUCCESS_MESSAGE_OPCODE
See Also:
Constant Field Values

LOGIN_FAILURE_MESSAGE_OPCODE

public static final byte LOGIN_FAILURE_MESSAGE_OPCODE
See Also:
Constant Field Values

CLOSE_MESSAGE_OPCODE

public static final byte CLOSE_MESSAGE_OPCODE
See Also:
Constant Field Values

UPDATE_MESSAGE_OPCODE

public static final byte UPDATE_MESSAGE_OPCODE
See Also:
Constant Field Values

EXPIRE_MESSAGE_OPCODE

public static final byte EXPIRE_MESSAGE_OPCODE
See Also:
Constant Field Values

GETROOT_MESSAGE_OPCODE

public static final byte GETROOT_MESSAGE_OPCODE
See Also:
Constant Field Values

SETROOT_MESSAGE_OPCODE

public static final byte SETROOT_MESSAGE_OPCODE
See Also:
Constant Field Values

ROOT_MESSAGE_OPCODE

public static final byte ROOT_MESSAGE_OPCODE
See Also:
Constant Field Values

ABORT_MESSAGE_OPCODE

public static final byte ABORT_MESSAGE_OPCODE
See Also:
Constant Field Values

GETENTRY_MESSAGE_OPCODE

public static final byte GETENTRY_MESSAGE_OPCODE
See Also:
Constant Field Values

SETENTRY_MESSAGE_OPCODE

public static final byte SETENTRY_MESSAGE_OPCODE
See Also:
Constant Field Values

ADDENTRY_MESSAGE_OPCODE

public static final byte ADDENTRY_MESSAGE_OPCODE
See Also:
Constant Field Values

ENTRY_MESSAGE_OPCODE

public static final byte ENTRY_MESSAGE_OPCODE
See Also:
Constant Field Values

CREATE_TRANSACTION_MESSAGE_OPCODE

public static final byte CREATE_TRANSACTION_MESSAGE_OPCODE
See Also:
Constant Field Values

NEW_TRANSACTION_MESSAGE_OPCODE

public static final byte NEW_TRANSACTION_MESSAGE_OPCODE
See Also:
Constant Field Values

COMMIT_MESSAGE_OPCODE

public static final byte COMMIT_MESSAGE_OPCODE
See Also:
Constant Field Values

CONFIRM_MESSAGE_OPCODE

public static final byte CONFIRM_MESSAGE_OPCODE
See Also:
Constant Field Values

ACCESS_CONTROL_MESSAGE_OPCODE

public static final byte ACCESS_CONTROL_MESSAGE_OPCODE
See Also:
Constant Field Values

ROOT_SET_MESSAGE_OPCODE

public static final byte ROOT_SET_MESSAGE_OPCODE
See Also:
Constant Field Values

REMOVE_ROOT_MESSAGE_OPCODE

public static final byte REMOVE_ROOT_MESSAGE_OPCODE
See Also:
Constant Field Values

ROOT_REMOVED_MESSAGE_OPCODE

public static final byte ROOT_REMOVED_MESSAGE_OPCODE
See Also:
Constant Field Values

CLIENT_EXPIRE_MESSAGE_OPCODE

public static final byte CLIENT_EXPIRE_MESSAGE_OPCODE
See Also:
Constant Field Values

CREATE_USER_SCOPE_OPCODE

public static final byte CREATE_USER_SCOPE_OPCODE
See Also:
Constant Field Values

SET_USER_SCOPE_OPCODE

public static final byte SET_USER_SCOPE_OPCODE
See Also:
Constant Field Values

GET_USER_SCOPE_MESSAGE_OPCODE

public static final byte GET_USER_SCOPE_MESSAGE_OPCODE
See Also:
Constant Field Values

USER_SCOPE_MESSAGE_OPCODE

public static final byte USER_SCOPE_MESSAGE_OPCODE
See Also:
Constant Field Values

SET_USER_SCOPE_MESSAGE_OPCODE

public static final byte SET_USER_SCOPE_MESSAGE_OPCODE
See Also:
Constant Field Values