|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface BackingMapDispatcher.EntryEvent
An EntryEvent captures information relating to actions performed on BinaryEntrys.
Note that the semantics for interceptors handling pre-commit events (e.g. INSERTING, UPDATING, REMOVING) are analogous to the semantics for triggers. Interceptors are permitted to change the entry content before the operation is committed. Such interceptors execute after triggers and become the final arbiter of the entry value.
Post-commit BackingMapDispatcher.EntryEvents (e.g. INSERTED, UPDATED, REMOVED) do not allow interceptors to modify the entries' content.
| Nested Class Summary | |
|---|---|
static class |
BackingMapDispatcher.EntryEvent.TypeThe BackingMapDispatcher.EntryEvent types. |
| Method Summary | |
|---|---|
java.util.Set |
getEntrySet()Return the immutable Set of BinaryEntrys on which the action represented by this BackingMapDispatcher.EntryEvent occurred. |
| Methods inherited from interface com.tangosol.net.events.Event |
|---|
getType, nextInterceptor |
| Method Detail |
|---|
java.util.Set getEntrySet()
BinaryEntrys on which the action represented by this BackingMapDispatcher.EntryEvent occurred.
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||