Interface CDORemoteSessionManager

All Superinterfaces:
org.eclipse.net4j.util.container.IContainer<CDORemoteSession>, org.eclipse.net4j.util.event.INotifier
All Known Subinterfaces:
InternalCDORemoteSessionManager

public interface CDORemoteSessionManager extends org.eclipse.net4j.util.container.IContainer<CDORemoteSession>
Provides collaborative access to the remote sessions that are connected to the same repository as the local session. A CDORemoteSessionManager can be subscribed or unsubscribed to changes in the set of remote sessions. It is subscribed if at least one is true:
  1. At least one listener is registered with this remote session manager.
  2. At least one topic is subscribed with this remote session manager.
  3. Force subscription is true.
If this remote session manager is subscribed it eventually fires the following events to registered listeners:
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.