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

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

Methods in uk.org.ogsadai.sessions that throw SessionJoinDeniedException
 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 SessionJoinDeniedException in uk.org.ogsadai.sessions.impl
 

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