Class | Description |
---|---|
CommandInterceptor |
This is the base class for all interceptors to extend, and implements the
Visitor interface
allowing it to intercept invocations on VisitableCommand s. |
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). |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.