org.apache.directory.mitosis.service.protocol
Class Constants

java.lang.Object
  extended by org.apache.directory.mitosis.service.protocol.Constants

public class Constants
extends java.lang.Object


Field Summary
static int BEGIN_LOG_ENTRIES
           
static int BEGIN_LOG_ENTRIES_ACK
           
static int END_LOG_ENTRIES
           
static int END_LOG_ENTRIES_ACK
           
static int GET_UPDATE_VECTOR
           
static int GET_UPDATE_VECTOR_ACK
           
static int LOG_ENTRY
           
static int LOG_ENTRY_ACK
           
static int LOGIN
           
static int LOGIN_ACK
           
static int NOT_OK
           
static int OK
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGIN

public static final int LOGIN
See Also:
Constant Field Values

LOGIN_ACK

public static final int LOGIN_ACK
See Also:
Constant Field Values

GET_UPDATE_VECTOR

public static final int GET_UPDATE_VECTOR
See Also:
Constant Field Values

GET_UPDATE_VECTOR_ACK

public static final int GET_UPDATE_VECTOR_ACK
See Also:
Constant Field Values

LOG_ENTRY

public static final int LOG_ENTRY
See Also:
Constant Field Values

LOG_ENTRY_ACK

public static final int LOG_ENTRY_ACK
See Also:
Constant Field Values

BEGIN_LOG_ENTRIES

public static final int BEGIN_LOG_ENTRIES
See Also:
Constant Field Values

BEGIN_LOG_ENTRIES_ACK

public static final int BEGIN_LOG_ENTRIES_ACK
See Also:
Constant Field Values

END_LOG_ENTRIES

public static final int END_LOG_ENTRIES
See Also:
Constant Field Values

END_LOG_ENTRIES_ACK

public static final int END_LOG_ENTRIES_ACK
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

NOT_OK

public static final int NOT_OK
See Also:
Constant Field Values


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.