org.eclipse.emf.spi.cdo
Interface InternalCDORemoteSession

All Superinterfaces:
CDORemoteSession, Comparable<CDORemoteSession>

public interface InternalCDORemoteSession
extends CDORemoteSession

Since:
3.0
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 Summary
 InternalCDORemoteSessionManager getManager()
          Returns the remote session manager that manages this remote session.
 void setSubscribed(boolean subscribed)
           
 
Methods inherited from interface org.eclipse.emf.cdo.session.remote.CDORemoteSession
getSessionID, getUserID, isSubscribed, sendMessage
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getManager

InternalCDORemoteSessionManager getManager()
Description copied from interface: CDORemoteSession
Returns the remote session manager that manages this remote session.

Specified by:
getManager in interface CDORemoteSession

setSubscribed

void setSubscribed(boolean subscribed)


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