Uses of Interface
org.eclipse.emf.spi.cdo.InternalCDORemoteSessionManager
- 
Packages that use InternalCDORemoteSessionManager Package Description org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations.
- 
- 
Uses of InternalCDORemoteSessionManager in org.eclipse.emf.spi.cdoMethods in org.eclipse.emf.spi.cdo that return InternalCDORemoteSessionManager Modifier and Type Method Description InternalCDORemoteSessionManagerInternalCDORemoteSession. getManager()InternalCDORemoteSessionManagerInternalCDOSession. getRemoteSessionManager()Methods in org.eclipse.emf.spi.cdo with parameters of type InternalCDORemoteSessionManager Modifier and Type Method Description java.util.List<CDORemoteSession>CDOSessionProtocol. getRemoteSessions(InternalCDORemoteSessionManager manager, boolean subscribe)voidInternalCDOSession. setRemoteSessionManager(InternalCDORemoteSessionManager remoteSessionManager)
 
-