ContinuousQueryCacheEventDispatcher Class |
Namespace: Tangosol.Net.Cache
public class EventDispatcher : QueueProcessor
The ContinuousQueryCacheEventDispatcher type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContinuousQueryCacheEventDispatcher |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | ContinuousQueryCache |
Parent ContinuousQueryCache.
|
![]() | Queue |
This is the Queue to which items that need to be
processed are added, and from which the daemon pulls items to
process.
(Overrides QueueProcessor.Queue.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnException |
This event occurs when an exception is thrown from
OnEnter, OnWait, OnNotify and OnExit.
(Overrides Daemon.OnException(Exception).) |
![]() | OnExit |
Event notification called right before the daemon thread
terminates.
(Overrides Daemon.OnExit.) |
![]() | OnNotify |
Event notification to perform a regular daemon activity.
(Overrides Daemon.OnNotify.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |