CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.net.cache
Class OverflowMap.FrontMapListener

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.MultiplexingMapListener
          extended by com.tangosol.net.cache.OverflowMap.FrontMapListener
All Implemented Interfaces:
MapListener, EventListener
Enclosing class:
OverflowMap

protected class OverflowMap.FrontMapListener
extends MultiplexingMapListener

A listener for the front map that moves evictions to the back map.


Constructor Summary
protected OverflowMap.FrontMapListener()
           
 
Method Summary
protected  void onMapEvent(MapEvent evt)
          Invoked when a map entry has been inserted, updated or deleted.
 
Methods inherited from class com.tangosol.util.MultiplexingMapListener
entryDeleted, entryInserted, entryUpdated
 

Constructor Detail

OverflowMap.FrontMapListener

protected OverflowMap.FrontMapListener()
Method Detail

onMapEvent

protected void onMapEvent(MapEvent evt)
Invoked when a map entry has been inserted, updated or deleted. To determine what action has occurred, use MapEvent.getId().

Specified by:
onMapEvent in class MultiplexingMapListener
Parameters:
evt - the MapEvent carrying the insert, update or delete information

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation