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

Packages that use EvictedEventNode
org.jboss.cache.aop.interceptors   
org.jboss.cache.eviction   
org.jboss.cache.interceptors   
 

Uses of EvictedEventNode in org.jboss.cache.aop.interceptors
 

Methods in org.jboss.cache.aop.interceptors that return EvictedEventNode
 EvictedEventNode PojoEvictionInterceptor.PojoGetNodeEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode PojoEvictionInterceptor.PojoGetKeyEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode PojoEvictionInterceptor.PojoRemoveNodeEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode PojoEvictionInterceptor.PojoRemoveKeyEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode PojoEvictionInterceptor.PojoPutDataEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode PojoEvictionInterceptor.PojoPutDataEraseEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode PojoEvictionInterceptor.PojoPutKeyEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 

Uses of EvictedEventNode in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that return EvictedEventNode
 EvictedEventNode Region.takeLastEventNode()
          Take the last node from node queue.
 

Methods in org.jboss.cache.eviction with parameters of type EvictedEventNode
 void Region.putNodeEvent(EvictedEventNode event)
           
 

Uses of EvictedEventNode in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors that return EvictedEventNode
protected  EvictedEventNode EvictionInterceptor.extractEvent(org.jgroups.blocks.MethodCall m, java.lang.Object retVal)
           
 EvictedEventNode EvictionInterceptor.GetNodeEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode EvictionInterceptor.GetKeyEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode EvictionInterceptor.RemoveNodeEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode EvictionInterceptor.RemoveKeyEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode EvictionInterceptor.PutDataEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode EvictionInterceptor.PutDataEraseEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode EvictionInterceptor.PutKeyEvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 EvictedEventNode EvictionInterceptor.EvictionMethodHandler.extractEvictedEventNode(org.jgroups.blocks.MethodCall mc, java.lang.Object retVal)
           
 

Methods in org.jboss.cache.interceptors with parameters of type EvictedEventNode
protected  void EvictionInterceptor.doEventUpdatesOnRegionManager(EvictedEventNode event)
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.