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

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

Methods in uk.org.ogsadai.sessions that throw SessionJoinException
 void InternalSession.admit(SessionParticipant participant)
          Admits a new session participant to the session.
 void SessionCoordinator.join(SessionParticipant participant)
          Joins the specified session participant to a session that matches its requirments.
 

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

Methods in uk.org.ogsadai.sessions.impl that throw SessionJoinException
 void SimpleSessionCoordinator.join(SessionParticipant participant)
           
 void TransientInternalSession.admit(SessionParticipant participant)