org.neodatis.odb.core.server.transaction
Interface ISessionManager
- All Superinterfaces:
- ITwoPhaseInit
- All Known Implementing Classes:
- SessionManager
public interface ISessionManager
- extends ITwoPhaseInit
The interface for Client server Session Manager
- Author:
- olivier
getSession
ISession getSession(java.lang.String baseIdentification,
boolean throwExceptionIfDoesNotExist)
addSession
void addSession(ISession session)
removeSession
void removeSession(java.lang.String baseIdentification)
getSessionDescriptions
java.util.List<java.lang.String> getSessionDescriptions(java.util.Map connectionManagers)
getNumberOfSessions
long getNumberOfSessions()