Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.events
Interface BackingMapDispatcher.EntryEvent

All Superinterfaces:
Event
Enclosing interface:
BackingMapDispatcher

public static interface BackingMapDispatcher.EntryEvent
extends Event

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.

Since:
Coherence 3.7.1
Author:
boliver, narliss, rhanckel, mwjohnso 2011.03.29

Nested Class Summary
static class BackingMapDispatcher.EntryEvent.Type
          The 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

getEntrySet

java.util.Set getEntrySet()
Return the immutable Set of BinaryEntrys on which the action represented by this BackingMapDispatcher.EntryEvent occurred.
Returns:
the Set of entries represented by this event

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.