org.jboss.jca.adapters.jdbc.util
Interface BoundedConcurrentHashMap.EvictionListener<K,V>

Enclosing class:
BoundedConcurrentHashMap<K,V>

public static interface BoundedConcurrentHashMap.EvictionListener<K,V>

Eviction listener


Method Summary
 void onEntryChosenForEviction(V internalCacheEntry)
          OnEntryChosenForEviction
 void onEntryEviction(Map<K,V> evicted)
          Entry eviction
 

Method Detail

onEntryEviction

void onEntryEviction(Map<K,V> evicted)
Entry eviction

Parameters:
evicted - The entry

onEntryChosenForEviction

void onEntryChosenForEviction(V internalCacheEntry)
OnEntryChosenForEviction

Parameters:
internalCacheEntry - The cache entry


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)