| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
setMapEventListeners(java.util.List)addMapEventListener(MapEventListener)removeMapEventListener(MapEventListener)
Method Summary | |
---|---|
public
void | entryEvicted(java.lang.Object, java.lang.Object)
This method is invoked when the specified entry is evicted from
the map.
|
public
void | preloadCompleted(java.lang.Throwable)
This method is invoked when preload of this map has completed.
|
Method Detail |
public void entryEvicted( | Object key , | Object value )
|
key
-
The key for the map entry that was evicted.
value
-
The value that was in in the map entry evicted. The value object
should not be modified.
public void preloadCompleted( | Throwable t )
|
t
-
A Throwable object that indicates if preload completed without any
Throwable occuring during the preload of the map. A null reference
indicates preload completed without any Throwable objects occuring
during the preload of the map.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |