public class ActivationInterceptor extends CacheLoaderInterceptor
enabled, entryFactory, notifier, persistenceManager
cacheConfiguration
Constructor and Description |
---|
ActivationInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
afterSuccessfullyLoaded(CacheEntry wrappedEntry) |
protected Log |
getLog() |
void |
inject(Configuration cfg,
ActivationManager activationManager) |
protected void |
sendNotification(Object key,
Object value,
boolean pre,
InvocationContext ctx,
FlagAffectedCommand cmd) |
void |
start() |
Object |
visitPutMapCommand(InvocationContext ctx,
PutMapCommand command) |
canLoad, disableInterceptor, disableStore, forceLoad, getCacheLoaderLoads, getCacheLoaderMisses, getStores, injectDependencies, isDeltaWrite, loadIfNeeded, resetStatistics, visitApplyDeltaCommand, visitEntrySetCommand, visitGetKeyValueCommand, visitInvalidateCommand, visitKeySetCommand, visitPutKeyValueCommand, visitRemoveCommand, visitReplaceCommand, visitSizeCommand, visitValuesCommand
checkStatisticsUsed, getStatisticsEnabled, setStatisticsEnabled
getLockAcquisitionTimeout, getNext, handleDefault, hasNext, hasSkipLocking, injectConfiguration, invokeNextInterceptor, setNext
visitClearCommand, visitCollection, visitCommitCommand, visitDistributedExecuteCommand, visitEvictCommand, visitInvalidateL1Command, visitLockControlCommand, visitPrepareCommand, visitRollbackCommand, visitUnknownCommand
protected Log getLog()
getLog
in class CacheLoaderInterceptor
public void inject(Configuration cfg, ActivationManager activationManager)
public void start()
public Object visitPutMapCommand(InvocationContext ctx, PutMapCommand command) throws Throwable
visitPutMapCommand
in interface Visitor
visitPutMapCommand
in class AbstractVisitor
Throwable
protected void afterSuccessfullyLoaded(CacheEntry wrappedEntry)
afterSuccessfullyLoaded
in class CacheLoaderInterceptor
protected void sendNotification(Object key, Object value, boolean pre, InvocationContext ctx, FlagAffectedCommand cmd)
sendNotification
in class CacheLoaderInterceptor
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.