Uses of Interface
com.tangosol.coherence.servlet.commonj.WorkManager
-
Packages that use WorkManager Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.coherence.servlet.commonj.impl Contains Coherence work manager API implementation classes. -
-
Uses of WorkManager in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet that return WorkManager Modifier and Type Method Description protected WorkManager
SessionHelper. getWorkManager()
Gets a WorkManager for use by the parallel reap task.Constructors in com.tangosol.coherence.servlet with parameters of type WorkManager Constructor Description ParallelReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds, WorkManager workManager)
-
Uses of WorkManager in com.tangosol.coherence.servlet.commonj.impl
Classes in com.tangosol.coherence.servlet.commonj.impl that implement WorkManager Modifier and Type Class Description class
WorkManagerImpl
This is a simple implementation of a WorkManager that uses a thread pool to delegate the work to.
-