Package org.eclipse.emf.spi.cdo
Interface InternalCDORemoteSession
- 
- All Superinterfaces:
- CDORemoteSession,- java.lang.Comparable<CDORemoteSession>
 
 public interface InternalCDORemoteSession extends CDORemoteSession If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 3.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.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalCDORemoteSessionManagergetManager()Returns the remote session manager that manages this remote session.voidsetSubscribed(boolean subscribed)- 
Methods inherited from interface org.eclipse.emf.cdo.session.remote.CDORemoteSessiongetSessionID, getUserID, isSubscribed, sendMessage
 
- 
 
- 
- 
- 
Method Detail- 
getManagerInternalCDORemoteSessionManager getManager() Description copied from interface:CDORemoteSessionReturns the remote session manager that manages this remote session.- Specified by:
- getManagerin interface- CDORemoteSession
 
 - 
setSubscribedvoid setSubscribed(boolean subscribed) 
 
- 
 
-