Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Create a materialized view of an INamedCache using the
Coherence Continuous Query capability.
The ContinuousQueryCache..::.EventRouter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContinuousQueryCache..::.EventRouter |
Construct an EventRouter to route events from the
internal cache of the ContinuousQueryCache to
the client listeners.
|
Methods
| Name | Description | |
|---|---|---|
| EntryDeleted |
Invoked when a cache entry has been deleted.
(Inherited from MultiplexingCacheListener.) | |
| EntryInserted |
Invoked when a cache entry has been inserted.
(Inherited from MultiplexingCacheListener.) | |
| EntryUpdated |
Invoked when a cache entry has been updated.
(Inherited from MultiplexingCacheListener.) | |
| Equals |
Compare the EventRouter with another object to
determine equality.
(Overrides | |
Allows an (Inherited from | ||
| GetHashCode |
Determine a hash value for the EventRouter object according to the
general Object.GetHashCode() contract.
(Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnCacheEvent |
Invoked when a cache entry has been inserted, updated or
deleted.
(Overrides MultiplexingCacheListener..::.OnCacheEvent(CacheEventArgs).) | |
| ToString |
Produce a human-readable description of this
EventRouter.
(Overrides |