Uses of Class
com.tangosol.util.TaskDaemon
-
Packages that use TaskDaemon Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of TaskDaemon in com.tangosol.coherence.servlet
Subclasses of TaskDaemon in com.tangosol.coherence.servlet Modifier and Type Class Description classSessionHelper.SessionReaperDaemonA daemon thread class that will clean up expired sessions.Methods in com.tangosol.coherence.servlet that return TaskDaemon Modifier and Type Method Description TaskDaemonSessionHelper. ensureSessionWorkerDaemon()Get the daemon thread that is used for scheduled tasks, creating it if necessary.protected TaskDaemonSessionHelper. getSessionWorkerDaemon()Get the daemon thread that is used for scheduled tasks.protected TaskDaemonSessionHelper. instantiateSessionWorkerDaemon()Factory method: Instantiate a daemon thread that will be used for scheduled tasks.Methods in com.tangosol.coherence.servlet with parameters of type TaskDaemon Modifier and Type Method Description protected voidSessionHelper. 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 TaskDaemon Modifier and Type Field Description protected TaskDaemonContinuousQueryCache. m_eventQueueThe event queue for thisContinuousQueryCache.Methods in com.tangosol.net.cache that return TaskDaemon Modifier and Type Method Description protected TaskDaemonContinuousQueryCache. ensureEventQueue()Obtain the existing event queue or create one if none exists.protected TaskDaemonContinuousQueryCache. getEventQueue()Obtain thisContinuousQueryCache's event queue.protected TaskDaemonContinuousQueryCache. instantiateEventQueue()Create a self-processing event queue.
-