Uses of Class
org.jboss.cache.eviction.EvictedEventNode

Packages that use EvictedEventNode
org.jboss.cache   
 

Uses of EvictedEventNode in org.jboss.cache
 

Methods in org.jboss.cache that return EvictedEventNode
 EvictedEventNode Region.takeLastEventNode()
          Returns the most recent EvictedEventNode added to the event queue by Region.putNodeEvent(EvictedEventNode).
 EvictedEventNode RegionImpl.takeLastEventNode()
           
 

Methods in org.jboss.cache with parameters of type EvictedEventNode
 void Region.putNodeEvent(EvictedEventNode event)
          Adds an EvictedEventNode to the internal queue for processing by the eviction thread.
 void RegionImpl.putNodeEvent(EvictedEventNode event)
           
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.