public class ActivationInterceptor extends CacheLoaderInterceptor
Modifier and Type | Field and Description |
---|---|
protected static Object |
NULL |
protected ConcurrentHashMap |
transactions
List
|
protected TransactionManager |
txMgr |
buddyFqnTransformer, dataContainer, helper, isActivation, loader, notifier, txTable, useCacheStore
configuration, log, trace
Constructor and Description |
---|
ActivationInterceptor() |
getCacheLoaderLoads, getCacheLoaderMisses, injectDependencies, startInterceptor, visitGetDataMapCommand, visitRollbackCommand
checkStatisticsUsed, getStatisticsEnabled, setStatisticsEnabled
getNext, handleDefault, hasNext, invokeNextInterceptor, setNext
visitCollection, visitCommitCommand, visitCreateNodeCommand, visitEvictFqnCommand, visitExistsNodeCommand, visitGravitateDataCommand, visitInvalidateCommand, visitOptimisticPrepareCommand, visitPrepareCommand
protected TransactionManager txMgr
protected ConcurrentHashMap transactions
protected static final Object NULL
public void injectTransactionManager(TransactionManager txMgr)
public Object visitClearDataCommand(InvocationContext ctx, ClearDataCommand command) throws Throwable
Visitor
visitClearDataCommand
in interface Visitor
visitClearDataCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command) throws Throwable
Visitor
visitRemoveNodeCommand
in interface Visitor
visitRemoveNodeCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command) throws Throwable
Visitor
visitGetChildrenNamesCommand
in interface Visitor
visitGetChildrenNamesCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command) throws Throwable
Visitor
visitGetKeysCommand
in interface Visitor
visitGetKeysCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command) throws Throwable
Visitor
visitGetNodeCommand
in interface Visitor
visitGetNodeCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
Visitor
visitGetKeyValueCommand
in interface Visitor
visitGetKeyValueCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command) throws Throwable
Visitor
visitPutForExternalReadCommand
in interface Visitor
visitPutForExternalReadCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
Visitor
visitPutKeyValueCommand
in interface Visitor
visitPutKeyValueCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command) throws Throwable
Visitor
visitPutDataMapCommand
in interface Visitor
visitPutDataMapCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command) throws Throwable
Visitor
visitRemoveKeyCommand
in interface Visitor
visitRemoveKeyCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitMoveCommand(InvocationContext ctx, MoveCommand command) throws Throwable
Visitor
visitMoveCommand
in interface Visitor
visitMoveCommand
in class CacheLoaderInterceptor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public long getActivations()
public void resetStatistics()
JmxStatsCommandInterceptor
resetStatistics
in interface JmxStatisticsExposer
resetStatistics
in class CacheLoaderInterceptor
public Map<String,Object> dumpStatistics()
JmxStatsCommandInterceptor
dumpStatistics
in interface JmxStatisticsExposer
dumpStatistics
in class CacheLoaderInterceptor
protected void recordNodeLoaded(InvocationContext ctx, Fqn fqn)
recordNodeLoaded
in class CacheLoaderInterceptor
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.