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

Packages that use org.jboss.cache.interceptors.base
org.jboss.cache   
org.jboss.cache.config   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.invocation   
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.config
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.
JmxStatsCommandInterceptor
          Base class for all the interceptors exposing management statistics.
PrePostProcessingCommandInterceptor
          This interceptor adds pre and post processing to each visitXXX() method.
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.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.