Package org.jboss.cache.interceptors.base

Class Summary
CommandInterceptor This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on VisitableCommands.
PostProcessingCommandInterceptor This interceptor will call PostProcessingCommandInterceptor.doAfterCall(org.jboss.cache.InvocationContext,org.jboss.cache.commands.VisitableCommand) after invoking each visit method (and the CommandInterceptor.handleDefault(org.jboss.cache.InvocationContext, org.jboss.cache.commands.VisitableCommand) method) in a finally block.
SkipCheckChainedInterceptor This interceptor will call SkipCheckChainedInterceptor.skipInterception(org.jboss.cache.InvocationContext,org.jboss.cache.commands.VisitableCommand) before invoking each visit method (and the SkipCheckChainedInterceptor.handleDefault(org.jboss.cache.InvocationContext, org.jboss.cache.commands.VisitableCommand) method).
 



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