Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.events.partition.cache
Interface PartitionedCacheDispatcher

All Superinterfaces:
EventDispatcher

public interface PartitionedCacheDispatcher
extends EventDispatcher

A PartitionedCacheDispatcher raises the following server-side Events pertaining to backing-map operations:

Since:
Coherence 12.1.2
Author:
rhan, nsa, rhl, hr 2011.03.29

Nested Class Summary

 

Nested classes/interfaces inherited from interface com.tangosol.net.events.EventDispatcher
EventDispatcher.InterceptorRegistrationEvent

 

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

 

Methods inherited from interface com.tangosol.net.events.EventDispatcher
addEventInterceptor, addEventInterceptor, addEventInterceptor, getSupportedTypes, removeEventInterceptor, 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 12.1.2.0.3

E26043-02


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