public class ActivationInterceptor extends CacheLoaderInterceptor
enabled, entryFactory, notifier, persistenceManagercacheConfiguration| 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, visitValuesCommandcheckStatisticsUsed, getStatisticsEnabled, setStatisticsEnabledgetLockAcquisitionTimeout, getNext, handleDefault, hasNext, hasSkipLocking, injectConfiguration, invokeNextInterceptor, setNextvisitClearCommand, visitCollection, visitCommitCommand, visitDistributedExecuteCommand, visitEvictCommand, visitInvalidateL1Command, visitLockControlCommand, visitPrepareCommand, visitRollbackCommand, visitUnknownCommandprotected Log getLog()
getLog in class CacheLoaderInterceptorpublic void inject(Configuration cfg, ActivationManager activationManager)
public void start()
public Object visitPutMapCommand(InvocationContext ctx, PutMapCommand command) throws Throwable
visitPutMapCommand in interface VisitorvisitPutMapCommand in class AbstractVisitorThrowableprotected void afterSuccessfullyLoaded(CacheEntry wrappedEntry)
afterSuccessfullyLoaded in class CacheLoaderInterceptorprotected void sendNotification(Object key, Object value, boolean pre, InvocationContext ctx, FlagAffectedCommand cmd)
sendNotification in class CacheLoaderInterceptorCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.