Package org.nees.util.sessions

Generic stateful service API.

See:
          Description

Interface Summary
AuthenticatedSession Generic session interface with authentication.
Command Generic command.
Filter Implement this to pre- and post-process commands and results.
Interpreter Generic command interpreter.
Result Generic result.
Session Generic session interface.
 

Class Summary
AuthenticatedSessionFactory Creates authenticated sessions for a user with a given identity.
AuthenticatedSessionProvider This class manages a session factory and provides a session when asked for.
FilterInterpreter This interpreter pre- and post-processes commands and results using a Filter and a delegate interpreter
FilterSession Extend this class to provide a session that pre- and post- processes the commands and results results sent to and from another, delegate session.
SessionFacade Provides a layer that manages sessions so that another API can be provided on top of it.
SessionFactory This is the root class for session factories.
SessionProvider This class manages a session factory and provides a session when asked for.
 

Exception Summary
ExecutionException Thrown when there is a problem executing a batch of commands
SessionCreationException Superclass of all exceptions pertaining to failures during session creatioin.
SessionException Thrown when there is a problem managing a session
SessionUnavailableException No session is available.
 

Package org.nees.util.sessions Description

Generic stateful service API.