|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerCDOResProtocol
Nested Class Summary | |
---|---|
static interface |
ServerCDOResProtocol.Listener
Can be registered with a ServerCDOResProtocol to be subsequently
notified about removed resources and invalidated objects. |
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.cdo.core.CDOResProtocol |
---|
NO_MORE_RESOURCES, PROTOCOL_NAME |
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 | |
---|---|
void |
addListener(ServerCDOResProtocol.Listener listener)
Adds a ServerCDOResProtocol.Listener to the list of listeners to be notified about
removed resources and invalidated obejcts in the scope of this
ServerCDOResProtocol . |
void |
fireInvalidationNotification(java.util.Collection<java.lang.Long> modifiedOIDs)
|
void |
fireRemovalNotification(java.util.Collection<java.lang.Integer> rids)
|
void |
fireResourcesChangedNotification(java.util.List<ResourceChangeInfo> resourceChanges)
|
Mapper |
getMapper()
|
org.springframework.transaction.support.TransactionTemplate |
getTransactionTemplate()
|
void |
removeListener(ServerCDOResProtocol.Listener listener)
Removes a ServerCDOResProtocol.Listener from the list of listeners to be notified about
removed resources and invalidated obejcts in the scope of this
ServerCDOResProtocol . |
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 |
---|
Mapper getMapper()
org.springframework.transaction.support.TransactionTemplate getTransactionTemplate()
void fireResourcesChangedNotification(java.util.List<ResourceChangeInfo> resourceChanges)
void fireInvalidationNotification(java.util.Collection<java.lang.Long> modifiedOIDs)
void fireRemovalNotification(java.util.Collection<java.lang.Integer> rids)
void addListener(ServerCDOResProtocol.Listener listener)
ServerCDOResProtocol.Listener
to the list of listeners to be notified about
removed resources and invalidated obejcts in the scope of this
ServerCDOResProtocol
.
listener
- The ServerCDOResProtocol.Listener
to be added.void removeListener(ServerCDOResProtocol.Listener listener)
ServerCDOResProtocol.Listener
from the list of listeners to be notified about
removed resources and invalidated obejcts in the scope of this
ServerCDOResProtocol
.
listener
- The ServerCDOResProtocol.Listener
to be removed.
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |