Uses of Package
org.jboss.cache.interceptors.base

Packages that use org.jboss.cache.interceptors.base
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.invocation   
org.jboss.cache.jmx   
org.jboss.cache.util   
 

Classes in org.jboss.cache.interceptors.base used by org.jboss.cache
CommandInterceptor
          This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on VisitableCommands.
 

Classes in org.jboss.cache.interceptors.base used by org.jboss.cache.interceptors
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).
 

Classes in org.jboss.cache.interceptors.base used by org.jboss.cache.interceptors.base
CommandInterceptor
          This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on VisitableCommands.
 

Classes in org.jboss.cache.interceptors.base used by org.jboss.cache.invocation
CommandInterceptor
          This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on VisitableCommands.
 

Classes in org.jboss.cache.interceptors.base used by org.jboss.cache.jmx
CommandInterceptor
          This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on VisitableCommands.
 

Classes in org.jboss.cache.interceptors.base used by org.jboss.cache.util
CommandInterceptor
          This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on VisitableCommands.
 



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