Package uk.org.ogsadai.client.toolkit.sessions

Contains the client toolkit interfaces and classes for working with sessions.

See:
          Description

Interface Summary
Session The client-side representation of a service-side session.
SessionRequirements Encapsulates the session requirements of a request.
 

Class Summary
JoinExistingSession A SessionRequirement to specify that a request should join an existing session.
JoinNewSession A SessionRequirement to specify that a request should join a new session.
NoSessionRequirements A SessionRequirement for requests that have no specific session requirements.
SessionID An object use to identify a particular session.
SessionImpl A client-side session object contructed from a response document returned from a data service.
SessionNames This class contains a number of utility methods for retrieving the names of resource properties associated with sessions.
SessionStreamID A compound identifier for identifying an external input or output belonging to a particular session.
TerminateSession A SessionRequirement to specify that a request should join an existing session, then terminate that session after the request has finished processing.
 

Package uk.org.ogsadai.client.toolkit.sessions Description

Contains the client toolkit interfaces and classes for working with sessions.