Uses of Class
com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon
-
Packages that use SessionHelper.SessionReaperDaemon Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module. -
-
Uses of SessionHelper.SessionReaperDaemon in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet that return SessionHelper.SessionReaperDaemon Modifier and Type Method Description protected SessionHelper.SessionReaperDaemon
AbstractReapTask. getDaemon()
protected SessionHelper.SessionReaperDaemon
SessionHelper. getSessionReaperDaemon()
Get the daemon thread that cleans up expired sessions.protected SessionHelper.SessionReaperDaemon
SessionHelper. instantiateSessionReaperDaemon()
Factory method: Instantiate a daemon thread that will clean up expired sessions.
-