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.
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.