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, Object retVal)
           
 

Method Detail

extractEvictedEventNode

EvictedEventNode extractEvictedEventNode(MethodCall mc,
                                         Object retVal)


Copyright © 2007 JBoss, a division of Red Hat. All Rights Reserved.