| AbstractHttpSessionCollection |
An abstract base class from which implementations of HttpSessionCollection
can be more easily built.
|
| AbstractHttpSessionModel |
An abstract base class from which implementations of HttpSessionModel can
be more easily built.
|
| AbstractReapTask |
Base class for reaping tasks.
|
| AttributeHolder |
An immutable object to hold attribute values and related information.
|
| CacheDelegator |
An interface for a class that will perform all cluster cache related
operations
|
| CoherenceHttpSessionCollection |
|
| DefaultCacheDelegator |
|
| HttpSessionCollection |
This is the abstract model for a collection of HttpSessionModel objects.
|
| HttpSessionCollection.AttributeScopeController |
The AttributeScopeController is an optional interface that is used to
selectively scope attributes in cases when a session may be shared
across more than one application.
|
| HttpSessionCollection.SessionDistributionController |
An optional interface to override the default distribution of session
objects in the cluster, allowing the sessions to remain "local" to the
originating application until a later point in the life of the session,
that point determined by the implementation of this interface.
|
| HttpSessionIdGenerator |
The HttpSessionIdGenerator is an interface that is used to generate
identifiers for newly created session models.
|
| HttpSessionModel |
This is the abstract model for HttpSession implementations that support
clustering.
|
| IncrementalReapTask |
A task that starts a reaping cycle and reaps session in sequence.
|
| MonolithicHttpSessionCollection |
An implementation of HttpSessionCollection that manages 'monolithic'
session objects.
|
| OptimizedHolder |
An immutable object to hold attribute values and related information.
|
| RequestContext |
Request context information for a standard Servlet request.
|
| SessionHelper |
A collection of methods that support the implementation of Coherence web
container components used to replace the corresponding implementations
provided by the application server vendor.
|
| SessionHelper.SessionReaperDaemon |
A daemon thread class that will clean up expired sessions.
|
| SessionHelper.SessionReaperDaemon.StartReapingTask |
A task that starts a reaping cycle.
|
| SessionHelperFactory |
Created by IntelliJ IDEA.
|
| SessionReaperStatistics |
Interface for session reaper statistics.
|
| SplitHttpSessionCollection |
An implementation of HttpSessionCollection that manages session objects
as multiple units, splitting out larger session attributes into separately
managed entries.
|
| SplitHttpSessionModel |
This is an implementation of HttpSessionModel that manages most of its
state in a single serializable unit, but splits out its large attributes --
if any -- into separately managed units.
|
| SplitHttpSessionModel.ElasticKey |
ElasticKey, used by to store segments of a large value that exceeds
the flash journal size limit.
|
| SplitSessionCollectionConfiguration |
This simple interface is used to get system properties
overflowThreshold and overflowCacheName for use by
ConfigurationImpl and SplitSessionCollection.setConfig
User: mmunn
Date: 7/19/11
|
| TraditionalHttpSessionCollection |
An implementation of HttpSessionCollection that manages session objects
as individual units that contain all of their own attributes, as if the
session were a single serializable object, however with some optimizations
for attribute serialization and deserialization.
|
| TraditionalHttpSessionModel |
An implementation of HttpSessionModel that is managed as a single unit,
but optimizes the management of individual attributes within a session for
purposes of serialization and deserialization.
|