Package | Description |
---|---|
com.tangosol.coherence.servlet |
Contains classes related to the HTTP Session Replication Module.
|
com.tangosol.coherence.servlet.management |
Contains Coherence*Web MBean classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionHelper.SessionReaperDaemon
Deprecated.
A daemon thread class that will clean up expired sessions.
|
Constructor and Description |
---|
AbstractReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds)
Deprecated.
Construct an AbstractReapTask.
|
IncrementalReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds, int cEstimatedSessions)
Deprecated.
Construct an IncrementalReapTask.
|
ParallelReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds, WorkManager workManager)
Deprecated.
|
Constructor and Description |
---|
HttpSessionManager(SessionHelper helper, SessionReaperStatistics reaperStatistics)
Create a new HttpSessionManager object.
|