Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.net.cache
Class CachingMap.BackMapListener

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.MultiplexingMapListener
          extended by com.tangosol.net.cache.CachingMap.BackMapListener

All Implemented Interfaces:
MapListener, MapListenerSupport.SynchronousListener, SynchronousListener, EventListener
Enclosing class:
CachingMap

protected class CachingMap.BackMapListener
extends MultiplexingMapListener
implements MapListenerSupport.SynchronousListener

MapListener for back map responsible for keeping the front map coherent with the back map. This listener is registered as a synchronous listener for lite events (carrying only a key).


Constructor Summary
protected CachingMap.BackMapListener()
           

 

Method Summary
 void onMapEvent(MapEvent evt)
          Invoked for any event.

 

Methods inherited from class com.tangosol.util.MultiplexingMapListener
entryDeleted, entryInserted, entryUpdated

 

Methods inherited from interface com.tangosol.util.MapListener
entryDeleted, entryInserted, entryUpdated

 

Constructor Detail

CachingMap.BackMapListener

protected CachingMap.BackMapListener()

Method Detail

onMapEvent

public void onMapEvent(MapEvent evt)
Invoked for any event.
Specified by:
onMapEvent in class MultiplexingMapListener
Parameters:
evt - the MapEvent

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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