org.eclipse.emf.cdo.server
Interface ISessionManager

All Superinterfaces:
IContainer<ISession>, INotifier
All Known Subinterfaces:
InternalSessionManager

public interface ISessionManager
extends IContainer<ISession>

Manages the user sessions of a repository.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 IRepository getRepository()
           
 ISession getSession(int sessionID)
           
 ISession[] getSessions()
           
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getRepository

IRepository getRepository()
Since:
2.0

getSessions

ISession[] getSessions()

getSession

ISession getSession(int sessionID)
Since:
2.0


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