Interface Session<C>

Type Parameters:
C - the session context type
All Superinterfaces:
AutoCloseable, ImmutableSession
All Known Subinterfaces:
CacheableSession<C>
All Known Implementing Classes:
AttachedSession, CachedSession, CompositeSession, DecoratedSession, DetachedSession, ManagedSession

public interface Session<C> extends ImmutableSession, AutoCloseable
Represents a session.
Author:
Paul Ferraro