org.jboss.cache.interceptors
Class EvictionInterceptor.PutDataEvictionMethodHandler

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

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


Constructor Summary
protected EvictionInterceptor.PutDataEvictionMethodHandler()
           
 
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.PutDataEvictionMethodHandler

protected EvictionInterceptor.PutDataEvictionMethodHandler()
Method Detail

extractEvictedEventNode

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