Uses of Interface
org.eclipse.emf.cdo.session.remote.CDORemoteSessionManager

Packages that use CDORemoteSessionManager
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
org.eclipse.emf.cdo.session.remote Client concepts for the communication and collaboration with other sessions. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDORemoteSessionManager in org.eclipse.emf.cdo.session
 

Methods in org.eclipse.emf.cdo.session that return CDORemoteSessionManager
 CDORemoteSessionManager CDOSession.getRemoteSessionManager()
          Returns the CDO remote session manager that keeps track of the other remote sessions served by the repository of this local session.
 

Uses of CDORemoteSessionManager in org.eclipse.emf.cdo.session.remote
 

Methods in org.eclipse.emf.cdo.session.remote that return CDORemoteSessionManager
 CDORemoteSessionManager CDORemoteSession.getManager()
          Returns the remote session manager that manages this remote session.
 CDORemoteSessionManager CDORemoteSessionEvent.getSource()
           
 CDORemoteSessionManager CDORemoteSessionManager.LocalSubscriptionChangedEvent.getSource()
          Returns the remote session manager that fired this event.
 

Uses of CDORemoteSessionManager in org.eclipse.emf.spi.cdo
 

Subinterfaces of CDORemoteSessionManager in org.eclipse.emf.spi.cdo
 interface InternalCDORemoteSessionManager
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.