Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.events
Interface BackingMapDispatcher

All Superinterfaces:
EventDispatcher

public interface BackingMapDispatcher
extends EventDispatcher

A BackingMapDispatcher raises the following server-side BackingMapDispatcher.EntryEvents pertaining to backing-map operations:

Since:
Coherence 3.7.1
Author:
rhan, nsa, rhl 2011.03.29

Nested Class Summary
static interface BackingMapDispatcher.EntryEvent
          An EntryEvent captures information relating to actions performed on BinaryEntrys.
static interface BackingMapDispatcher.InvocationEvent
          An BackingMapDispatcher.InvocationEvent captures information relating to the execution of InvocableMap.EntryProcessors.

 

Method Summary
 BackingMapContext getBackingMapContext()
          Return the BackingMapContext for this dispatcher.

 

Methods inherited from interface com.tangosol.net.events.EventDispatcher
addEventInterceptor, getSupportedTypes, removeEventInterceptor

 

Method Detail

getBackingMapContext

BackingMapContext getBackingMapContext()
Return the BackingMapContext for this dispatcher.
Returns:
the BackingMapContext for this dispatcher

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.