public class ActivationInterceptor extends CacheLoaderInterceptor
clm, loader, notifierconfiguration| Constructor and Description |
|---|
ActivationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivations() |
protected Log |
getLog() |
void |
resetStatistics()
Resets statistics gathered.
|
protected void |
sendNotification(Object key,
Object value,
boolean pre,
InvocationContext ctx) |
void |
setCacheStore() |
Object |
visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command) |
Object |
visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
Object |
visitRemoveCommand(InvocationContext ctx,
RemoveCommand command) |
Object |
visitReplaceCommand(InvocationContext ctx,
ReplaceCommand command) |
getCacheLoaderLoads, getCacheLoaderMisses, injectDependencies, isPrimaryOwner, startInterceptor, visitInvalidateCommandcheckStatisticsUsed, getStatisticsEnabled, setStatisticsEnabledgetNext, handleDefault, hasNext, invokeNextInterceptor, setNextvisitApplyDeltaCommand, visitClearCommand, visitCollection, visitCommitCommand, visitDistributedExecuteCommand, visitEntrySetCommand, visitEvictCommand, visitInvalidateL1Command, visitKeySetCommand, visitLockControlCommand, visitPrepareCommand, visitRollbackCommand, visitSizeCommand, visitUnknownCommand, visitValuesCommandprotected Log getLog()
getLog in class CacheLoaderInterceptorpublic void setCacheStore()
public Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
visitPutKeyValueCommand in interface VisitorvisitPutKeyValueCommand in class CacheLoaderInterceptorThrowablepublic Object visitRemoveCommand(InvocationContext ctx, RemoveCommand command) throws Throwable
visitRemoveCommand in interface VisitorvisitRemoveCommand in class CacheLoaderInterceptorThrowablepublic Object visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) throws Throwable
visitReplaceCommand in interface VisitorvisitReplaceCommand in class CacheLoaderInterceptorThrowablepublic Object visitPutMapCommand(InvocationContext ctx, PutMapCommand command) throws Throwable
visitPutMapCommand in interface VisitorvisitPutMapCommand in class AbstractVisitorThrowablepublic Object visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
visitGetKeyValueCommand in interface VisitorvisitGetKeyValueCommand in class CacheLoaderInterceptorThrowableprotected void sendNotification(Object key, Object value, boolean pre, InvocationContext ctx)
sendNotification in class CacheLoaderInterceptorpublic String getActivations()
public void resetStatistics()
JmxStatsCommandInterceptorresetStatistics in interface JmxStatisticsExposerresetStatistics in class CacheLoaderInterceptorCopyright © 2012 JBoss by Red Hat. All Rights Reserved.