Uses of Class
com.tangosol.util.TaskDaemon
Packages that use TaskDaemon
Package
Description
Contains classes related to the HTTP Session Replication Module.
Contains classes providing various caching strategies.
-
Uses of TaskDaemon in com.tangosol.coherence.servlet
Subclasses of TaskDaemon in com.tangosol.coherence.servletModifier and TypeClassDescriptionclass
A daemon thread class that will clean up expired sessions.Methods in com.tangosol.coherence.servlet that return TaskDaemonModifier and TypeMethodDescriptionSessionHelper.ensureSessionWorkerDaemon()
Get the daemon thread that is used for scheduled tasks, creating it if necessary.protected TaskDaemon
SessionHelper.getSessionWorkerDaemon()
Get the daemon thread that is used for scheduled tasks.protected TaskDaemon
SessionHelper.instantiateSessionWorkerDaemon()
Factory method: Instantiate a daemon thread that will be used for scheduled tasks.Methods in com.tangosol.coherence.servlet with parameters of type TaskDaemonModifier and TypeMethodDescriptionprotected void
SessionHelper.setSessionWorkerDaemon
(TaskDaemon daemon) Set the daemon thread that is used for scheduled tasks. -
Uses of TaskDaemon in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as TaskDaemonModifier and TypeFieldDescriptionprotected TaskDaemon
ContinuousQueryCache.m_eventQueue
The event queue for thisContinuousQueryCache
.Methods in com.tangosol.net.cache that return TaskDaemonModifier and TypeMethodDescriptionprotected TaskDaemon
ContinuousQueryCache.ensureEventQueue()
Obtain the existing event queue or create one if none exists.protected TaskDaemon
ContinuousQueryCache.getEventQueue()
Obtain thisContinuousQueryCache
's event queue.protected TaskDaemon
ContinuousQueryCache.instantiateEventQueue()
Create a self-processing event queue.