Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.events
Interface BackingMapDispatcher.InvocationEvent

All Superinterfaces:
Event
Enclosing interface:
BackingMapDispatcher

public static interface BackingMapDispatcher.InvocationEvent
extends Event

An BackingMapDispatcher.InvocationEvent captures information relating to the execution of InvocableMap.EntryProcessors.


Nested Class Summary
static class BackingMapDispatcher.InvocationEvent.Type
          The BackingMapDispatcher.InvocationEvent types.

 

Method Summary
 java.util.Set getEntrySet()
          Return an immutable Set of BinaryEntrys being processed by the entry processor.
 InvocableMap.EntryProcessor getProcessor()
          Return the InvocableMap.EntryProcessor associated with this BackingMapDispatcher.InvocationEvent.

 

Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor

 

Method Detail

getEntrySet

java.util.Set getEntrySet()
Return an immutable Set of BinaryEntrys being processed by the entry processor.
Returns:
the Set of entries represented by this event

getProcessor

InvocableMap.EntryProcessor getProcessor()
Return the InvocableMap.EntryProcessor associated with this BackingMapDispatcher.InvocationEvent.
Returns:
the entry processor associated with 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.