org.eclipse.emf.cdo.core
Interface CDOSignals

All Known Subinterfaces:
CDOProtocol, ServerCDOProtocol
All Known Implementing Classes:
AbstractCDOProtocol, ClientCDOProtocolImpl, ServerCDOProtocolImpl

public interface CDOSignals

Defines symbolic constants to be used in signal headers of the CDO protocol.


Field Summary
static byte ANNOUNCE_PACKAGE
          The signal ID of the ANNOUNCE_PACKAGE request.
static byte COMMIT_TRANSACTION
          The signal ID of the COMMIT_TRANSACTION request.
static byte DESCRIBE_PACKAGE
          The signal ID of the DESCRIBE_PACKAGE request.
static byte INVALIDATION_NOTIFICATION
          The signal ID of the INVALIDATION_NOTIFICATION notification.
static byte LOAD_OBJECT
          The signal ID of the LOAD_OBJECT request.
static byte LOAD_RESOURCE
          The signal ID of the LOAD_RESOURCE request.
static byte QUERY_EXTENT
          The signal ID of the QUERY_EXTENT request.
static byte QUERY_XREFS
          The signal ID of the QUERY_XREFS request.
static byte REMOVAL_NOTIFICATION
          The signal ID of the REMOVAL_NOTIFICATION notification.
static byte RESOURCE_PATH
          The signal ID of the RESOURCE_PATH request.
static byte RESOURCE_RID
          The signal ID of the RESOURCE_RID request.
 

Field Detail

ANNOUNCE_PACKAGE

static final byte ANNOUNCE_PACKAGE
The signal ID of the ANNOUNCE_PACKAGE request.

See Also:
Constant Field Values

DESCRIBE_PACKAGE

static final byte DESCRIBE_PACKAGE
The signal ID of the DESCRIBE_PACKAGE request.

See Also:
Constant Field Values

RESOURCE_RID

static final byte RESOURCE_RID
The signal ID of the RESOURCE_RID request.

See Also:
Constant Field Values

RESOURCE_PATH

static final byte RESOURCE_PATH
The signal ID of the RESOURCE_PATH request.

See Also:
Constant Field Values

LOAD_RESOURCE

static final byte LOAD_RESOURCE
The signal ID of the LOAD_RESOURCE request.

See Also:
Constant Field Values

LOAD_OBJECT

static final byte LOAD_OBJECT
The signal ID of the LOAD_OBJECT request.

See Also:
Constant Field Values

COMMIT_TRANSACTION

static final byte COMMIT_TRANSACTION
The signal ID of the COMMIT_TRANSACTION request.

See Also:
Constant Field Values

QUERY_EXTENT

static final byte QUERY_EXTENT
The signal ID of the QUERY_EXTENT request.

See Also:
Constant Field Values

QUERY_XREFS

static final byte QUERY_XREFS
The signal ID of the QUERY_XREFS request.

See Also:
Constant Field Values

INVALIDATION_NOTIFICATION

static final byte INVALIDATION_NOTIFICATION
The signal ID of the INVALIDATION_NOTIFICATION notification.

See Also:
Constant Field Values

REMOVAL_NOTIFICATION

static final byte REMOVAL_NOTIFICATION
The signal ID of the REMOVAL_NOTIFICATION notification.

See Also:
Constant Field Values

Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.