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 TypeClassDescriptionclassA 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 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 TaskDaemonModifier and TypeMethodDescriptionprotected 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 TaskDaemonModifier and TypeFieldDescriptionprotected TaskDaemonContinuousQueryCache.m_eventQueueThe event queue for thisContinuousQueryCache.Methods in com.tangosol.net.cache that return TaskDaemonModifier and TypeMethodDescriptionprotected 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.