Methods in org.jboss.cache.interceptors with parameters of type InvocationContext |
protected Object |
TxInterceptor.attachGtxAndPassUpChain(InvocationContext ctx,
VisitableCommand command)
|
protected void |
OptimisticReplicationInterceptor.broadcastCommit(GlobalTransaction gtx,
InvocationContext ctx)
|
protected void |
OptimisticReplicationInterceptor.broadcastPrepare(OptimisticPrepareCommand command,
GlobalTransaction gtx,
InvocationContext ctx)
|
protected void |
OptimisticReplicationInterceptor.broadcastRollback(GlobalTransaction gtx,
InvocationContext ctx)
|
protected void |
TxInterceptor.cleanupStaleLocks(InvocationContext ctx)
|
protected void |
OptimisticTxInterceptor.cleanupStaleLocks(InvocationContext ctx)
|
protected void |
BaseTransactionalContextInterceptor.copyInvocationScopeOptionsToTxScope(InvocationContext ctx)
|
protected MarshalledValue |
MarshalledValueInterceptor.createAndAddMarshalledValue(Object toWrap,
Set<MarshalledValue> marshalledValues,
InvocationContext ctx)
|
void |
PessimisticLockInterceptor.doAfterCall(InvocationContext ctx,
VisitableCommand command)
|
protected GlobalTransaction |
OptimisticInterceptor.getGlobalTransaction(InvocationContext ctx)
|
protected TransactionWorkspace |
OptimisticReplicationInterceptor.getTransactionWorkspace(InvocationContext ctx)
|
protected TransactionWorkspace |
OptimisticInterceptor.getTransactionWorkspace(InvocationContext ctx)
|
protected TransactionWorkspace |
InvalidationInterceptor.getWorkspace(InvocationContext ctx)
|
protected Object |
PessimisticLockInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
protected Object |
CacheStoreInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
TxInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
Tests if we already have a tx running. |
Object |
OptimisticTxInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
Object |
OptimisticReplicationInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
Object |
InvocationContextInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
Object |
Interceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
Deprecated. |
Object |
CallInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
protected Object |
PessimisticLockInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
protected Object |
PessimisticLockInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
protected Object |
PessimisticLockInterceptor.handleGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
protected Object |
PessimisticLockInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
protected Object |
PessimisticLockInterceptor.handleGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
protected Object |
PessimisticLockInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
|
protected Object |
CacheStoreInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
|
protected Object |
CacheStoreInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
protected Object |
PessimisticLockInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected Object |
CacheStoreInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected Object |
PessimisticLockInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
protected Object |
CacheStoreInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
protected Object |
PessimisticLockInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
protected Object |
CacheStoreInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
protected Object |
PessimisticLockInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
protected Object |
CacheStoreInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
protected Object |
PessimisticLockInterceptor.handleRemoveDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
protected Object |
CacheStoreInterceptor.handleRemoveDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
protected Object |
PessimisticLockInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected Object |
CacheStoreInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected Object |
PessimisticLockInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
protected Object |
CacheStoreInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
remove() methods need to be applied to the CacheLoader before passing up the call: a listener might
access an element just removed, causing the CacheLoader to *load* the element before *removing* it. |
protected Object |
PessimisticLockInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
protected Object |
CacheStoreInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
protected void |
InvalidationInterceptor.invalidateAcrossCluster(Fqn fqn,
TransactionWorkspace workspace,
boolean synchronous,
InvocationContext ctx)
|
Object |
Interceptor.invoke(InvocationContext ctx)
Deprecated. Using this method call for forwarding a call in the chain is not redable and error prone in the case of interceptors
extending other interceptors. |
Object |
InterceptorChain.invoke(InvocationContext ctx,
VisitableCommand command)
Walks the command through the interceptor chain. |
protected boolean |
BaseRpcInterceptor.isLocalModeForced(InvocationContext ctx)
|
protected boolean |
BaseRpcInterceptor.isTransactionalAndLocal(InvocationContext ctx)
The call runs in a transaction and it was initiated on this node of the cluster. |
protected void |
CacheLoaderInterceptor.lock(Fqn fqn,
LockType lockType,
boolean recursive,
InvocationContext ctx)
|
void |
PessimisticLockInterceptor.lockAllForRemoval(NodeSPI node,
InvocationContext ctx,
TransactionEntry entry)
Acquires write locks on the node and all child nodes, adding children to the list of removed nodes in the context. |
Object |
Interceptor.nextInterceptor(InvocationContext ctx)
Deprecated. Forwards the call to the nextInterceptor interceptor in the chain. |
NodeSPI |
Interceptor.peekNode(InvocationContext ctx,
Fqn f,
boolean forceRefresh,
boolean includeDeletedNodes,
boolean includeInvalidNodes)
Deprecated. First checks the invocation context for previously obtained reference to a node, if this doesn't exist, performs
a cache.peek() and holds on to the node reference. |
protected void |
TxInterceptor.replayModifications(InvocationContext ctx,
Transaction ltx,
PrepareCommand command)
Replays modifications |
protected void |
OptimisticTxInterceptor.replayModifications(InvocationContext ctx,
Transaction ltx,
PrepareCommand command)
Replays modifications by passing them up the interceptor chain. |
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
ReplicableCommand call,
boolean sync,
Option o)
|
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
ReplicableCommand call,
boolean sync,
Option o,
boolean useOutOfBandMessage)
|
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
Vector<org.jgroups.Address> recipients,
ReplicableCommand c,
boolean sync,
Option o,
boolean useOutOfBandMessage)
|
protected void |
TxInterceptor.runCommitPhase(InvocationContext ctx,
GlobalTransaction gtx,
List modifications,
boolean onePhaseCommit)
creates a commit() |
Object |
TxInterceptor.runPreparePhase(InvocationContext ctx,
GlobalTransaction gtx,
List<ReversibleCommand> modifications)
Handles a local prepare - invoked by the sync handler. |
protected void |
ReplicationInterceptor.runPreparePhase(PrepareCommand prepareMethod,
GlobalTransaction gtx,
InvocationContext ctx)
Calls prepare(GlobalTransaction,List,org.jgroups.Address,boolean)) in all members except self. |
protected void |
TxInterceptor.runRollbackPhase(InvocationContext ctx,
GlobalTransaction gtx,
Transaction tx,
List<ReversibleCommand> modifications)
creates a rollback() |
protected void |
BaseTransactionalContextInterceptor.setTransactionalContext(Transaction tx,
GlobalTransaction gtx,
TransactionEntry entry,
InvocationContext ctx)
|
boolean |
CacheStoreInterceptor.skipInterception(InvocationContext ctx,
VisitableCommand command)
if this is a shared cache loader and the call is of remote origin, pass up the chain |
protected boolean |
BaseRpcInterceptor.skipReplicationOfTransactionMethod(InvocationContext ctx)
It does not make sense replicating a transaction method(commit, rollback, prepare) if one of the following is true: |
Object |
ReplicationInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
OptimisticNodeInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
MarshalledValueInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
InvocationContextInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
InvalidationInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
EvictionInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
CallInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
CacheLoaderInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
ActivationInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
TxInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
ReplicationInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
OptimisticValidatorInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
OptimisticReplicationInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
OptimisticLockingInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
NotificationInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
InvocationContextInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
InvalidationInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
DataGravitatorInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
CallInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitCreateNodeCommand(InvocationContext ctx,
CreateNodeCommand command)
|
Object |
PassivationInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Notifies the cache instance listeners that the evicted node is about to
be passivated and stores the evicted node and its attributes back to the
store using the CacheLoader. |
Object |
EvictionInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
Object |
CacheMgmtInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
Object |
DataGravitatorInterceptor.visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
Object |
OptimisticNodeInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
Object |
MarshalledValueInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
Object |
DataGravitatorInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
Object |
CacheLoaderInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
Object |
ActivationInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
Object |
OptimisticNodeInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
Object |
MarshalledValueInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
Object |
EvictionInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
Object |
DataGravitatorInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
Object |
CacheLoaderInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
Object |
OptimisticNodeInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
Object |
MarshalledValueInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
Object |
DataGravitatorInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
Object |
CacheLoaderInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
Object |
ActivationInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
Object |
OptimisticNodeInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
EvictionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
DataGravitatorInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
ActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
OptimisticNodeInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
Object |
MarshalledValueInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
Object |
EvictionInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
Object |
DataGravitatorInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
Object |
CacheLoaderInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
Object |
ActivationInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
Object |
TxInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
Object |
ReplicationInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
OptimisticNodeInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
OptimisticCreateIfNotExistsInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
InvalidationInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
CallInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
CacheLoaderInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
ActivationInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
OptimisticValidatorInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
OptimisticTxInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
OptimisticReplicationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
OptimisticLockingInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
InvocationContextInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
InvalidationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
CallInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
ActivationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
TxInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
ReplicationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
NotificationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
InvocationContextInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
InvalidationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
CallInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
ActivationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
ReplicationInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
OptimisticNodeInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
OptimisticCreateIfNotExistsInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
MarshalledValueInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
InvocationContextInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
InvalidationInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
EvictionInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
CallInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
CacheMgmtInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
CacheLoaderInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
ActivationInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
ActivationInterceptor.ActivationModificationsBuilder.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
ReplicationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
OptimisticReplicationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
OptimisticNodeInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
OptimisticCreateIfNotExistsInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
MarshalledValueInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
InvocationContextInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
InvalidationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
EvictionInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
CallInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
CacheMgmtInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
CacheLoaderInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
ActivationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
ReplicationInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
OptimisticNodeInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
OptimisticCreateIfNotExistsInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
MarshalledValueInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
InvocationContextInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
InvalidationInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
EvictionInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
CallInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
CacheMgmtInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
CacheLoaderInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
ActivationInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
ActivationInterceptor.ActivationModificationsBuilder.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand putKeyValueCommand)
|
Object |
ReplicationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
OptimisticNodeInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
MarshalledValueInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
InvocationContextInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
InvalidationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
EvictionInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
CallInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
CacheLoaderInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
ActivationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
ReplicationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
OptimisticNodeInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
InvocationContextInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
InvalidationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
EvictionInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
CallInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
CacheLoaderInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
ActivationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
ActivationInterceptor.ActivationModificationsBuilder.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand removeNodeCommand)
|
Object |
TxInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
ReplicationInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
OptimisticValidatorInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
OptimisticReplicationInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
OptimisticLockingInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
NotificationInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
InvocationContextInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
InvalidationInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
DataGravitatorInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
CallInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
CacheLoaderInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
protected Map |
MarshalledValueInterceptor.wrapMap(Map<Object,Object> m,
Set<MarshalledValue> marshalledValues,
InvocationContext ctx)
|
Methods in org.jboss.cache.interceptors.base with parameters of type InvocationContext |
protected abstract void |
PostProcessingCommandInterceptor.doAfterCall(InvocationContext ctx,
VisitableCommand command)
Callback that is invoked after every handleXXX() method defined above. |
protected Object |
SkipCheckChainedInterceptor.handleAll(InvocationContext ctx,
VisitableCommand command)
Default implementation, which just passes the call up the interceptor chain |
protected Object |
SkipCheckChainedInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
SkipCheckChainedInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
protected Object |
CommandInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
The default behaviour of the visitXXX methods, which is to ignore the call and pass the call up to the next
interceptor in the chain. |
protected Object |
SkipCheckChainedInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleRemoveDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleRemoveDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
protected Object |
SkipCheckChainedInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
protected Object |
PostProcessingCommandInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
CommandInterceptor.invokeNextInterceptor(InvocationContext ctx,
VisitableCommand command)
Invokes the next interceptor in the chain. |
protected abstract boolean |
SkipCheckChainedInterceptor.skipInterception(InvocationContext ctx,
VisitableCommand command)
Tests whether the command should be intercepted or not. |
Object |
SkipCheckChainedInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
PostProcessingCommandInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
Object |
SkipCheckChainedInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
PostProcessingCommandInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
Object |
SkipCheckChainedInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
Object |
PostProcessingCommandInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
Object |
SkipCheckChainedInterceptor.visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
Object |
PostProcessingCommandInterceptor.visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
Object |
SkipCheckChainedInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
Object |
PostProcessingCommandInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
Object |
SkipCheckChainedInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
Object |
PostProcessingCommandInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
Object |
SkipCheckChainedInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
Object |
PostProcessingCommandInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
Object |
SkipCheckChainedInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
PostProcessingCommandInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
Object |
SkipCheckChainedInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
Object |
PostProcessingCommandInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
Object |
SkipCheckChainedInterceptor.visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
Object |
PostProcessingCommandInterceptor.visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
Object |
SkipCheckChainedInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
Object |
PostProcessingCommandInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
Object |
SkipCheckChainedInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
PostProcessingCommandInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
Object |
SkipCheckChainedInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
PostProcessingCommandInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
Object |
SkipCheckChainedInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
PostProcessingCommandInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
Object |
SkipCheckChainedInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
PostProcessingCommandInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
Object |
SkipCheckChainedInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
PostProcessingCommandInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
Object |
SkipCheckChainedInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
PostProcessingCommandInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
Object |
SkipCheckChainedInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
PostProcessingCommandInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
Object |
SkipCheckChainedInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
PostProcessingCommandInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
Object |
SkipCheckChainedInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Object |
PostProcessingCommandInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|