org.jboss.cache.interceptors
Interface EvictionInterceptor.EvictionMethodHandler

All Known Implementing Classes:
EvictionInterceptor.GetKeyEvictionMethodHandler, EvictionInterceptor.GetNodeEvictionMethodHandler, EvictionInterceptor.PartialEvictionEvictionMethodHandler, EvictionInterceptor.PutDataEraseEvictionMethodHandler, EvictionInterceptor.PutDataEvictionMethodHandler, EvictionInterceptor.PutKeyEvictionMethodHandler, EvictionInterceptor.RemoveKeyEvictionMethodHandler, EvictionInterceptor.RemoveNodeEvictionMethodHandler
Enclosing class:
EvictionInterceptor

protected static interface EvictionInterceptor.EvictionMethodHandler


Method Summary
 EvictedEventNode extractEvictedEventNode(MethodCall mc, java.lang.Object retVal)
           
 

Method Detail

extractEvictedEventNode

EvictedEventNode extractEvictedEventNode(MethodCall mc,
                                         java.lang.Object retVal)