Uses of Class
uk.org.ogsadai.sessions.SessionTerminationException

Packages that use SessionTerminationException
uk.org.ogsadai.sessions Contains the core classes and interfaces used to support sessions. 
uk.org.ogsadai.sessions.impl Contains implementations of the sessions interfaces to provide support for transient sessions. 
 

Uses of SessionTerminationException in uk.org.ogsadai.sessions
 

Methods in uk.org.ogsadai.sessions that throw SessionTerminationException
 void SessionManager.terminateSession(SessionID sid)
          Terminates the session with the specified session ID without concern of whether the session currently has participants or not.
 

Uses of SessionTerminationException in uk.org.ogsadai.sessions.impl
 

Methods in uk.org.ogsadai.sessions.impl that throw SessionTerminationException
 void TransientSessionManager.terminateSession(SessionID sid)