org.eclipse.emf.cdo.server
Interface ServerCDOProtocol

All Superinterfaces:
CDODataTypes, CDOProtocol, CDOSignals, org.eclipse.net4j.spring.Loggable, org.eclipse.net4j.core.Protocol, org.eclipse.net4j.spring.Service
All Known Implementing Classes:
ServerCDOProtocolImpl

public interface ServerCDOProtocol
extends CDOProtocol


Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.core.CDOProtocol
FEATURE_SET, FEATURE_UNSET, GLOBAL_EXTENT, GLOBAL_XREFS, LIST_ADD, LIST_MOVE, LIST_REMOVE, NO_MORE_OBJECT_CHANGES, NO_MORE_OBJECTS, NO_MORE_REFERENCE_CHANGES, NO_MORE_SEGMENTS, PROTOCOL_NAME, PROTOCOL_SCHEME, SLASH, UNKNOWN_RID
 
Fields inherited from interface org.eclipse.net4j.core.Protocol
CLIENT, SERVER, SYMMETRIC
 
Fields inherited from interface org.eclipse.emf.cdo.core.CDODataTypes
BOOLEAN, BOOLEAN_OBJECT, BYTE, BYTE_OBJECT, CHAR, CHAR_OBJECT, DOUBLE, DOUBLE_OBJECT, FLOAT, FLOAT_OBJECT, INT, INT_OBJECT, LONG, LONG_OBJECT, MAX_PRIMITIVE, MIN_PRIMITIVE, SHORT, SHORT_OBJECT, STRING, USER_DEFINED
 
Fields inherited from interface org.eclipse.emf.cdo.core.CDOSignals
ANNOUNCE_PACKAGE, COMMIT_TRANSACTION, DESCRIBE_PACKAGE, INVALIDATION_NOTIFICATION, LOAD_OBJECT, LOAD_RESOURCE, QUERY_EXTENT, QUERY_XREFS, REMOVAL_NOTIFICATION, RESOURCE_PATH, RESOURCE_RID
 
Method Summary
 void fireInvalidationNotification(org.eclipse.net4j.core.Channel initiator, java.util.Collection<java.lang.Long> changedObjectIds)
           
 void fireRemovalNotification(java.util.Collection<java.lang.Integer> rids)
           
 Mapper getMapper()
           
 ServerCDOResProtocol getServerCDOResProtocol()
           
 org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
           
 
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
 

Method Detail

getMapper

Mapper getMapper()

getTransactionTemplate

org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()

getServerCDOResProtocol

ServerCDOResProtocol getServerCDOResProtocol()

fireRemovalNotification

void fireRemovalNotification(java.util.Collection<java.lang.Integer> rids)

fireInvalidationNotification

void fireInvalidationNotification(org.eclipse.net4j.core.Channel initiator,
                                  java.util.Collection<java.lang.Long> changedObjectIds)

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