org.eclipse.emf.cdo.core
Interface CDOResSignals

All Known Subinterfaces:
CDOResProtocol, ServerCDOResProtocol
All Known Implementing Classes:
AbstractCDOResProtocol, ClientCDOResProtocolImpl, DeleteResourcesIndication, QueryAllResourcesIndication, ServerCDOResProtocolImpl

public interface CDOResSignals

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


Field Summary
static byte CREATE_RESOURCE
          Reserved for future use.
static byte DELETE_RESOURCES
          The signal ID of the DELETE_RESOURCES request.
static byte MOVE_RESOURCE
          Reserved for future use.
static byte QUERY_ALL_RESOURCES
          The signal ID of the QUERY_ALL_RESOURCES request.
static byte QUERY_SUB_RESOURCES
          Reserved for future use.
static byte RESOURCES_CHANGED
          The signal ID of the RESOURCES_CHANGED notification.
 

Field Detail

QUERY_ALL_RESOURCES

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

See Also:
Constant Field Values

QUERY_SUB_RESOURCES

static final byte QUERY_SUB_RESOURCES
Reserved for future use.

See Also:
Constant Field Values

CREATE_RESOURCE

static final byte CREATE_RESOURCE
Reserved for future use.

See Also:
Constant Field Values

DELETE_RESOURCES

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

See Also:
Constant Field Values

MOVE_RESOURCE

static final byte MOVE_RESOURCE
Reserved for future use.

See Also:
Constant Field Values

RESOURCES_CHANGED

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

See Also:
Constant Field Values

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