org.jboss.cache.interceptors
Class EvictionInterceptor.PutKeyEvictionMethodHandler

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

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


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

protected EvictionInterceptor.PutKeyEvictionMethodHandler()
Method Detail

extractEvictedEventNode

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