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

Packages that use SessionReleaseException
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 SessionReleaseException in uk.org.ogsadai.sessions
 

Methods in uk.org.ogsadai.sessions that throw SessionReleaseException
 void InternalSession.release(SessionParticipant participant)
          Releases the specified session participant from the session.
 void SessionCoordinator.release(SessionParticipant participant)
          Releases the specified session participant from the session to which it is joined.
 

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

Methods in uk.org.ogsadai.sessions.impl that throw SessionReleaseException
 void SimpleSessionCoordinator.release(SessionParticipant participant)