Package org.eclipse.emf.spi.cdo
Interface InternalCDORemoteSessionManager
- 
- All Superinterfaces:
- CDORemoteSessionManager,- org.eclipse.net4j.util.container.IContainer<CDORemoteSession>,- org.eclipse.net4j.util.lifecycle.IDeactivateable,- org.eclipse.net4j.util.lifecycle.ILifecycle,- org.eclipse.net4j.util.event.INotifier
 
 public interface InternalCDORemoteSessionManager extends CDORemoteSessionManager, org.eclipse.net4j.util.lifecycle.ILifecycle If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 2.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.session.remote.CDORemoteSessionManagerCDORemoteSessionManager.EventAdapter, CDORemoteSessionManager.LocalSubscriptionChangedEvent
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalCDORemoteSessioncreateRemoteSession(int sessionID, java.lang.String userID, boolean subscribed)InternalCDOSessiongetLocalSession()Returns thelocal sessionthis CDORemoteSessionManager belongs to.voidhandleRemoteSessionClosed(int sessionID)voidhandleRemoteSessionMessage(int sessionID, CDORemoteSessionMessage message)voidhandleRemoteSessionOpened(int sessionID, java.lang.String userID)voidhandleRemoteSessionSubscribed(int sessionID, boolean subscribed)voidsetLocalSession(InternalCDOSession localSession)- 
Methods inherited from interface org.eclipse.emf.cdo.session.remote.CDORemoteSessionManagergetRemoteSessions, isForceSubscription, isSubscribed, sendMessage, sendMessage, setForceSubscription
 
- 
 
- 
- 
- 
Method Detail- 
getLocalSessionInternalCDOSession getLocalSession() Description copied from interface:CDORemoteSessionManagerReturns thelocal sessionthis CDORemoteSessionManager belongs to.- Specified by:
- getLocalSessionin interface- CDORemoteSessionManager
- Since:
- 3.0
 
 - 
setLocalSessionvoid setLocalSession(InternalCDOSession localSession) - Since:
- 3.0
 
 - 
createRemoteSessionInternalCDORemoteSession createRemoteSession(int sessionID, java.lang.String userID, boolean subscribed) - Since:
- 3.0
 
 - 
handleRemoteSessionOpenedvoid handleRemoteSessionOpened(int sessionID, java.lang.String userID)
 - 
handleRemoteSessionClosedvoid handleRemoteSessionClosed(int sessionID) 
 - 
handleRemoteSessionSubscribedvoid handleRemoteSessionSubscribed(int sessionID, boolean subscribed)
 - 
handleRemoteSessionMessagevoid handleRemoteSessionMessage(int sessionID, CDORemoteSessionMessage message)- Since:
- 3.0
 
 
- 
 
-