org.eclipse.emf.cdo.core
Interface CDOResProtocol

All Superinterfaces:
CDOResSignals, org.eclipse.net4j.spring.Loggable, org.eclipse.net4j.core.Protocol, org.eclipse.net4j.spring.Service
All Known Subinterfaces:
ServerCDOResProtocol
All Known Implementing Classes:
AbstractCDOResProtocol, ClientCDOResProtocolImpl, ServerCDOResProtocolImpl

public interface CDOResProtocol
extends org.eclipse.net4j.core.Protocol, CDOResSignals

Defines symbolic constants to be used in payload traffic of the CDORES protocol.


Field Summary
static int NO_MORE_RESOURCES
          For internal use only.
static java.lang.String PROTOCOL_NAME
          The identifying name of the CDORES protocol.
 
Fields inherited from interface org.eclipse.net4j.core.Protocol
CLIENT, SERVER, SYMMETRIC
 
Fields inherited from interface org.eclipse.emf.cdo.core.CDOResSignals
CREATE_RESOURCE, DELETE_RESOURCES, MOVE_RESOURCE, QUERY_ALL_RESOURCES, QUERY_SUB_RESOURCES, RESOURCES_CHANGED
 
Method Summary
 
Methods inherited from interface org.eclipse.net4j.core.Protocol
createIndication, deregisterChannel, getChannels, getName, getType, isClient, isServer, registerChannel
 
Methods inherited from interface org.eclipse.net4j.spring.Service
addStateListener, dump, getState, isActive, isAutoStart, isStarted, removeStateListener, start, stop, testSetState
 
Methods inherited from interface org.eclipse.net4j.spring.Loggable
debug, debug, error, error, fatal, fatal, getBeanName, getChild, getContainer, getFullBeanName, getLogger, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isWarnEnabled, warn, warn
 

Field Detail

PROTOCOL_NAME

static final java.lang.String PROTOCOL_NAME
The identifying name of the CDORES protocol.

See Also:
Constant Field Values

NO_MORE_RESOURCES

static final int NO_MORE_RESOURCES
For internal use only.

See Also:
Constant Field Values

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