org.jboss.cache.interceptors
Class EvictionInterceptor.GetNodeEvictionMethodHandler

java.lang.Object
  extended by org.jboss.cache.interceptors.EvictionInterceptor.GetNodeEvictionMethodHandler
All Implemented Interfaces:
EvictionInterceptor.EvictionMethodHandler
Enclosing class:
EvictionInterceptor

protected class EvictionInterceptor.GetNodeEvictionMethodHandler
extends java.lang.Object
implements EvictionInterceptor.EvictionMethodHandler


Constructor Summary
protected EvictionInterceptor.GetNodeEvictionMethodHandler()
           
 
Method Summary
 EvictedEventNode extractEvictedEventNode(MethodCall mc, java.lang.Object retVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvictionInterceptor.GetNodeEvictionMethodHandler

protected EvictionInterceptor.GetNodeEvictionMethodHandler()
Method Detail

extractEvictedEventNode

public EvictedEventNode extractEvictedEventNode(MethodCall mc,
                                                java.lang.Object retVal)
Specified by:
extractEvictedEventNode in interface EvictionInterceptor.EvictionMethodHandler