Uses of Interface
uk.org.ogsadai.sessions.SessionCoordinator

Packages that use SessionCoordinator
uk.org.ogsadai.engine Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. 
uk.org.ogsadai.service.resource This package provides classes and interfaces relating to data service resources. 
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 SessionCoordinator in uk.org.ogsadai.engine
 

Fields in uk.org.ogsadai.engine declared as SessionCoordinator
private  SessionCoordinator EngineConfigurationImpl.mSessionCoordinator
          SessionCoordinator for the engine.
 

Methods in uk.org.ogsadai.engine that return SessionCoordinator
 SessionCoordinator EngineConfiguration.getSessionCoordinator()
          Gets the session coordinator that will be used by the engine for joining and releasing requests to and from sessions.
 SessionCoordinator EngineConfigurationImpl.getSessionCoordinator()
          Gets the session coordinator that will be used by the engine for joining and releasing requests to and from sessions.
 

Constructors in uk.org.ogsadai.engine with parameters of type SessionCoordinator
EngineConfigurationImpl(SessionCoordinator sessionCoordinator, ConcurrencySettings concurrencySettings)
          Creates a new EngineConfiguration object using the specified SessionCoordinator and concurrency settings.
 

Uses of SessionCoordinator in uk.org.ogsadai.service.resource
 

Fields in uk.org.ogsadai.service.resource declared as SessionCoordinator
private  SessionCoordinator DataServiceResource.mSessionCoordinator
          Manages joining/releasing requests to/from sessions
 

Uses of SessionCoordinator in uk.org.ogsadai.sessions
 

Fields in uk.org.ogsadai.sessions declared as SessionCoordinator
private  SessionCoordinator SessionConfigurationLoader.mCoordinator
          Session coordinator component.
 

Methods in uk.org.ogsadai.sessions that return SessionCoordinator
 SessionCoordinator SessionComponentFactory.getSessionCoordinator()
          Gets the session coordinator for the data service resource.
 SessionCoordinator SessionConfigurationLoader.getSessionCoordinator()
          Gets the session coordinator for the data service resource.
 

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

Classes in uk.org.ogsadai.sessions.impl that implement SessionCoordinator
 class SimpleSessionCoordinator
          A thread-safe SessionCoordinator that can be used for joining and releasing concurrent requests to and from their sessions.