org.eclipse.emf.cdo.common
Interface CDOProtocolConstants


public interface CDOProtocolConstants


Field Summary
static int ERROR_NO_SESSION
           
static int ERROR_REPOSITORY_NOT_FOUND
           
static java.lang.String PROTOCOL_NAME
           
static short SIGNAL_COMMIT_TRANSACTION
           
static short SIGNAL_INVALIDATION
           
static short SIGNAL_LOAD_CHUNK
           
static short SIGNAL_LOAD_LIBRARIES
           
static short SIGNAL_LOAD_PACKAGE
           
static short SIGNAL_LOAD_REVISION
           
static short SIGNAL_LOAD_REVISION_BY_TIME
           
static short SIGNAL_LOAD_REVISION_BY_VERSION
           
static short SIGNAL_OPEN_SESSION
           
static short SIGNAL_QUERY_OBJECT_TYPES
           
static short SIGNAL_RESOURCE_ID
           
static short SIGNAL_RESOURCE_PATH
           
static short SIGNAL_VERIFY_REVISION
           
static short SIGNAL_VIEWS_CHANGED
           
static byte VIEW_AUDIT
           
static byte VIEW_CLOSED
           
static byte VIEW_READONLY
           
static byte VIEW_TRANSACTION
           
 

Field Detail

PROTOCOL_NAME

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

SIGNAL_OPEN_SESSION

static final short SIGNAL_OPEN_SESSION
See Also:
Constant Field Values

SIGNAL_LOAD_LIBRARIES

static final short SIGNAL_LOAD_LIBRARIES
See Also:
Constant Field Values

SIGNAL_VIEWS_CHANGED

static final short SIGNAL_VIEWS_CHANGED
See Also:
Constant Field Values

SIGNAL_RESOURCE_ID

static final short SIGNAL_RESOURCE_ID
See Also:
Constant Field Values

SIGNAL_RESOURCE_PATH

static final short SIGNAL_RESOURCE_PATH
See Also:
Constant Field Values

SIGNAL_LOAD_PACKAGE

static final short SIGNAL_LOAD_PACKAGE
See Also:
Constant Field Values

SIGNAL_LOAD_REVISION

static final short SIGNAL_LOAD_REVISION
See Also:
Constant Field Values

SIGNAL_LOAD_REVISION_BY_TIME

static final short SIGNAL_LOAD_REVISION_BY_TIME
See Also:
Constant Field Values

SIGNAL_LOAD_REVISION_BY_VERSION

static final short SIGNAL_LOAD_REVISION_BY_VERSION
See Also:
Constant Field Values

SIGNAL_LOAD_CHUNK

static final short SIGNAL_LOAD_CHUNK
See Also:
Constant Field Values

SIGNAL_VERIFY_REVISION

static final short SIGNAL_VERIFY_REVISION
See Also:
Constant Field Values

SIGNAL_QUERY_OBJECT_TYPES

static final short SIGNAL_QUERY_OBJECT_TYPES
See Also:
Constant Field Values

SIGNAL_COMMIT_TRANSACTION

static final short SIGNAL_COMMIT_TRANSACTION
See Also:
Constant Field Values

SIGNAL_INVALIDATION

static final short SIGNAL_INVALIDATION
See Also:
Constant Field Values

ERROR_REPOSITORY_NOT_FOUND

static final int ERROR_REPOSITORY_NOT_FOUND
See Also:
Constant Field Values

ERROR_NO_SESSION

static final int ERROR_NO_SESSION
See Also:
Constant Field Values

VIEW_TRANSACTION

static final byte VIEW_TRANSACTION
See Also:
Constant Field Values

VIEW_AUDIT

static final byte VIEW_AUDIT
See Also:
Constant Field Values

VIEW_READONLY

static final byte VIEW_READONLY
See Also:
Constant Field Values

VIEW_CLOSED

static final byte VIEW_CLOSED
See Also:
Constant Field Values

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.