Uses of Class
org.jboss.cache.InvocationContext

Packages that use InvocationContext
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.notifications   
 

Uses of InvocationContext in org.jboss.cache
 

Methods in org.jboss.cache that return InvocationContext
 InvocationContext InvocationContext.clone()
           
static InvocationContext InvocationContext.fromMethodCall(MethodCall methodCall)
          Factory method that creates a context with a given method call.
 InvocationContext Cache.getInvocationContext()
           
 

Methods in org.jboss.cache with parameters of type InvocationContext
 void Cache.setInvocationContext(InvocationContext ctx)
          Sets the passed in InvocationContext as current.
 void InvocationContext.setState(InvocationContext template)
          Sets the state of the InvocationContext based on the template context passed in
 

Uses of InvocationContext in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type InvocationContext
protected  void Interceptor.assertTransactionValid(InvocationContext ctx)
          Tests whether the caller is in a valid transaction.
protected  void OptimisticReplicationInterceptor.broadcastCommit(GlobalTransaction gtx, InvocationContext ctx)
           
protected  void OptimisticReplicationInterceptor.broadcastPrepare(MethodCall methodCall, GlobalTransaction gtx, InvocationContext ctx)
           
protected  void OptimisticReplicationInterceptor.broadcastRollback(GlobalTransaction gtx, InvocationContext ctx)
           
protected  boolean BaseRpcInterceptor.containsModifications(InvocationContext ctx)
           
protected  void BaseTransactionalContextInterceptor.copyInvocationScopeOptionsToTxScope(InvocationContext ctx)
           
protected  MarshalledValue MarshalledValueInterceptor.createAndAddMarshalledValue(Object toWrap, Set<MarshalledValue> marshalledValues, InvocationContext ctx)
           
protected  GlobalTransaction OptimisticInterceptor.getGlobalTransaction(InvocationContext ctx)
           
protected  Object PessimisticLockInterceptor.handleAddChildMethod(InvocationContext ctx, GlobalTransaction tx, Fqn parentFqn, Object childName, Node cn, boolean createUndoOps)
           
protected  Object ActivationInterceptor.handleAddChildMethod(InvocationContext ctx, GlobalTransaction tx, Fqn parentFqn, Object childName, Node cn, boolean createUndoOps)
           
protected  Object CacheLoaderInterceptor.handleAddChildMethod(InvocationContext ctx, GlobalTransaction tx, Fqn parentFqn, Object childName, Node cn, boolean createUndoOps)
           
protected  Object TxInterceptor.handleAddChildMethod(InvocationContext ctx, GlobalTransaction tx, Fqn parentFqn, Object childName, Node cn, boolean createUndoOps)
           
protected  Object MethodDispacherInterceptor.handleAddChildMethod(InvocationContext ctx, GlobalTransaction tx, Fqn parentFqn, Object childName, Node cn, boolean createUndoOps)
          Handles CacheImpl._addChild(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, Object, org.jboss.cache.Node, boolean)
protected  Object NotificationInterceptor.handleBlockChannelMethod(InvocationContext ctx)
           
protected  Object MethodDispacherInterceptor.handleBlockChannelMethod(InvocationContext ctx)
          Handles CacheImpl._block()
protected  Object InvalidationInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object PessimisticLockInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object CacheStoreInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction gtx)
           
protected  Object OptimisticReplicationInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction gtx)
           
protected  Object NotificationInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object OptimisticValidatorInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object DataGravitatorInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object TxInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object OptimisticLockingInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object MethodDispacherInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
          Handles CacheImpl.commit(org.jboss.cache.transaction.GlobalTransaction)
protected  Object ReplicationInterceptor.handleCommitMethod(InvocationContext ctx, GlobalTransaction gtx)
           
protected  Object InvalidationInterceptor.handleDataGravitationCleanupMethod(InvocationContext ctx, Fqn primary, Fqn backup)
           
protected  Object TxInterceptor.handleDataGravitationCleanupMethod(InvocationContext ctx, Fqn primary, Fqn backup)
           
protected  Object MethodDispacherInterceptor.handleDataGravitationCleanupMethod(InvocationContext ctx, Fqn primary, Fqn backup)
          Handles RemoteCacheInvocationDelegate.dataGravitationCleanup(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
protected  Object ReplicationInterceptor.handleDataGravitationCleanupMethod(InvocationContext ctx, Fqn primary, Fqn backup)
           
protected  Object PessimisticLockInterceptor.handleEvictMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object EvictionInterceptor.handleEvictMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object PassivationInterceptor.handleEvictMethod(InvocationContext ctx, Fqn fqn)
          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.
protected  Object CacheMgmtInterceptor.handleEvictMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object TxInterceptor.handleEvictMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object MethodDispacherInterceptor.handleEvictMethod(InvocationContext ctx, Fqn fqn)
          Handles evict()
protected  Object EvictionInterceptor.handleEvictVersionedNodeMethod(InvocationContext ctx, Fqn fqn, DataVersion dataVersion)
           
protected  Object CacheMgmtInterceptor.handleEvictVersionedNodeMethod(InvocationContext ctx, Fqn fqn, DataVersion dataVersion)
           
protected  Object TxInterceptor.handleEvictVersionedNodeMethod(InvocationContext ctx, Fqn fqn, DataVersion dataVersion)
           
protected  Object MethodDispacherInterceptor.handleEvictVersionedNodeMethod(InvocationContext ctx, Fqn fqn, DataVersion dataVersion)
          Handles CacheImpl._evict(org.jboss.cache.Fqn, org.jboss.cache.optimistic.DataVersion)
protected  Object DataGravitatorInterceptor.handleExistsMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object TxInterceptor.handleExistsMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object MethodDispacherInterceptor.handleExistsMethod(InvocationContext ctx, Fqn fqn)
          Handles CacheImpl.exists(String)
protected  Object EvictionInterceptor.handleGetDataMapMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object DataGravitatorInterceptor.handleGetDataMapMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object CacheLoaderInterceptor.handleGetDataMapMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object TxInterceptor.handleGetDataMapMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object MethodDispacherInterceptor.handleGetDataMapMethod(InvocationContext ctx, Fqn fqn)
          Handles CacheImpl._getData(org.jboss.cache.Fqn)
protected  Object PessimisticLockInterceptor.handleGetChildrenNamesMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object ActivationInterceptor.handleGetChildrenNamesMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object DataGravitatorInterceptor.handleGetChildrenNamesMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object CacheLoaderInterceptor.handleGetChildrenNamesMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object TxInterceptor.handleGetChildrenNamesMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object MethodDispacherInterceptor.handleGetChildrenNamesMethod(InvocationContext ctx, Fqn fqn)
          Handles CacheImpl._getChildrenNames(org.jboss.cache.Fqn)
protected  Object PessimisticLockInterceptor.handleGetKeysMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object ActivationInterceptor.handleGetKeysMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object DataGravitatorInterceptor.handleGetKeysMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object CacheLoaderInterceptor.handleGetKeysMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object TxInterceptor.handleGetKeysMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object MethodDispacherInterceptor.handleGetKeysMethod(InvocationContext ctx, Fqn fqn)
          Handles Cache.getKeys(Fqn)
protected  Object PessimisticLockInterceptor.handleGetKeyValueMethod(InvocationContext ctx, Fqn fqn, Object key, boolean sendNodeEvent)
           
protected  Object ActivationInterceptor.handleGetKeyValueMethod(InvocationContext ctx, Fqn fqn, Object key, boolean sendNodeEvent)
           
protected  Object EvictionInterceptor.handleGetKeyValueMethod(InvocationContext ctx, Fqn fqn, Object key, boolean sendNodeEvent)
           
protected  Object DataGravitatorInterceptor.handleGetKeyValueMethod(InvocationContext ctx, Fqn fqn, Object key, boolean sendNodeEvent)
           
protected  Object CacheMgmtInterceptor.handleGetKeyValueMethod(InvocationContext ctx, Fqn fqn, Object key, boolean sendNodeEvent)
           
protected  Object CacheLoaderInterceptor.handleGetKeyValueMethod(InvocationContext ctx, Fqn fqn, Object key, boolean sendNodeEvent)
           
protected  Object TxInterceptor.handleGetKeyValueMethod(InvocationContext ctx, Fqn fqn, Object key, boolean sendNodeEvent)
           
protected  Object MethodDispacherInterceptor.handleGetKeyValueMethod(InvocationContext ctx, Fqn fqn, Object key, boolean sendNodeEvent)
          Handles CacheImpl._get(org.jboss.cache.Fqn, Object, boolean)
protected  Object PessimisticLockInterceptor.handleGetNodeMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object ActivationInterceptor.handleGetNodeMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object EvictionInterceptor.handleGetNodeMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object DataGravitatorInterceptor.handleGetNodeMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object CacheLoaderInterceptor.handleGetNodeMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object TxInterceptor.handleGetNodeMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object MethodDispacherInterceptor.handleGetNodeMethod(InvocationContext ctx, Fqn fqn)
          Handles CacheImpl._get(org.jboss.cache.Fqn)
protected  Object PessimisticLockInterceptor.handleLockMethod(InvocationContext ctx, Fqn fqn, NodeLock.LockType lockType, boolean recursive)
           
protected  Object TxInterceptor.handleLockMethod(InvocationContext ctx, Fqn fqn, NodeLock.LockType lockType, boolean recursive)
           
protected  Object OptimisticLockingInterceptor.handleLockMethod(InvocationContext ctx, Fqn fqn, NodeLock.LockType lockType, boolean recursive)
           
protected  Object MethodDispacherInterceptor.handleLockMethod(InvocationContext ctx, Fqn fqn, NodeLock.LockType lockType, boolean recursive)
          Handles CacheImpl._lock(org.jboss.cache.Fqn, org.jboss.cache.lock.NodeLock.LockType, boolean)
protected  Object InvalidationInterceptor.handleMoveMethod(InvocationContext ctx, Fqn from, Fqn to)
           
protected  Object PessimisticLockInterceptor.handleMoveMethod(InvocationContext ctx, Fqn from, Fqn to)
           
protected  Object CacheStoreInterceptor.handleMoveMethod(InvocationContext ctx, Fqn from, Fqn to)
           
protected  Object CacheLoaderInterceptor.handleMoveMethod(InvocationContext ctx, Fqn from, Fqn to)
           
protected  Object TxInterceptor.handleMoveMethod(InvocationContext ctx, Fqn from, Fqn to)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handleMoveMethod(InvocationContext ctx, Fqn from, Fqn to)
           
protected  Object MethodDispacherInterceptor.handleMoveMethod(InvocationContext ctx, Fqn from, Fqn to)
          Handles CacheImpl._move(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
protected  Object ReplicationInterceptor.handleMoveMethod(InvocationContext ctx, Fqn from, Fqn to)
           
protected  Object InvalidationInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object PessimisticLockInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object ActivationInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object CacheStoreInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object OptimisticReplicationInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object OptimisticValidatorInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object DataGravitatorInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object TxInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object OptimisticLockingInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
           
protected  Object MethodDispacherInterceptor.handleOptimisticPrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modifications, Map data, org.jgroups.Address address, boolean onePhaseCommit)
          Handles CacheImpl.optimisticPrepare(org.jboss.cache.transaction.GlobalTransaction, java.util.List, java.util.Map, org.jgroups.Address, boolean)
protected  Object InvalidationInterceptor.handlePrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modification, org.jgroups.Address coordinator, boolean onePhaseCommit)
           
protected  Object PessimisticLockInterceptor.handlePrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modification, org.jgroups.Address coordinator, boolean onePhaseCommit)
           
protected  Object ActivationInterceptor.handlePrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modification, org.jgroups.Address coordinator, boolean onePhaseCommit)
           
protected  Object CacheStoreInterceptor.handlePrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modification, org.jgroups.Address coordinator, boolean onePhaseCommit)
           
protected  Object DataGravitatorInterceptor.handlePrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modification, org.jgroups.Address coordinator, boolean onePhaseCommit)
           
protected  Object TxInterceptor.handlePrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modification, org.jgroups.Address coordinator, boolean onePhaseCommit)
           
protected  Object MethodDispacherInterceptor.handlePrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modification, org.jgroups.Address coordinator, boolean onePhaseCommit)
          Handles CacheImpl.prepare(org.jboss.cache.transaction.GlobalTransaction, java.util.List, org.jgroups.Address, boolean)
protected  Object ReplicationInterceptor.handlePrepareMethod(InvocationContext ctx, GlobalTransaction gtx, List modification, org.jgroups.Address coordinator, boolean onePhaseCommit)
           
protected  Object PessimisticLockInterceptor.handlePrintMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object ActivationInterceptor.handlePrintMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object CacheLoaderInterceptor.handlePrintMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object TxInterceptor.handlePrintMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object MethodDispacherInterceptor.handlePrintMethod(InvocationContext ctx, Fqn fqn)
          Handles CacheImpl._print(org.jboss.cache.Fqn)
protected  Object InvalidationInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object PessimisticLockInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object ActivationInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object CacheStoreInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object EvictionInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object CacheMgmtInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object CacheLoaderInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object TxInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object MethodDispacherInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
          Handles CacheImpl._put(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, java.util.Map, boolean, boolean)
protected  Object ReplicationInterceptor.handlePutDataEraseMethod(InvocationContext ctx, GlobalTransaction gt, Fqn fqn, Map newData, boolean createUndoOps, boolean eraseContents)
           
protected  Object InvalidationInterceptor.handlePutDataEraseVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Map data, boolean createUndoOps, boolean eraseContent, DataVersion dv)
           
protected  Object TxInterceptor.handlePutDataEraseVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Map data, boolean createUndoOps, boolean eraseContent, DataVersion dv)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handlePutDataEraseVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Map data, boolean createUndoOps, boolean eraseContent, DataVersion dv)
           
protected  Object MethodDispacherInterceptor.handlePutDataEraseVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Map data, boolean createUndoOps, boolean eraseContent, DataVersion dv)
          Handles CacheImpl._put(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, java.util.Map, boolean, boolean, org.jboss.cache.optimistic.DataVersion)
protected  Object ReplicationInterceptor.handlePutDataEraseVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Map data, boolean createUndoOps, boolean eraseContent, DataVersion dv)
           
protected  Object InvalidationInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object PessimisticLockInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object ActivationInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object CacheStoreInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object EvictionInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object CacheMgmtInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object CacheLoaderInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object TxInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object MethodDispacherInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
          Handles CacheImpl._put(org.jboss.cache.transaction.GlobalTransaction, String, java.util.Map, boolean)
protected  Object ReplicationInterceptor.handlePutDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Map data, boolean createUndoOps)
           
protected  Object InvalidationInterceptor.handlePutDataVersionedMethod(InvocationContext ctx, GlobalTransaction globalTransaction, Fqn fqn, Map map, Boolean createUndoOps, DataVersion dataVersion)
           
protected  Object TxInterceptor.handlePutDataVersionedMethod(InvocationContext ctx, GlobalTransaction globalTransaction, Fqn fqn, Map map, Boolean createUndoOps, DataVersion dataVersion)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handlePutDataVersionedMethod(InvocationContext ctx, GlobalTransaction globalTransaction, Fqn fqn, Map map, Boolean createUndoOps, DataVersion dataVersion)
           
protected  Object MethodDispacherInterceptor.handlePutDataVersionedMethod(InvocationContext ctx, GlobalTransaction globalTransaction, Fqn fqn, Map map, Boolean createUndoOps, DataVersion dataVersion)
          Handles CacheImpl._put(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, java.util.Map, boolean, org.jboss.cache.optimistic.DataVersion)
protected  Object ReplicationInterceptor.handlePutDataVersionedMethod(InvocationContext ctx, GlobalTransaction globalTransaction, Fqn fqn, Map map, Boolean createUndoOps, DataVersion dataVersion)
           
protected  Object PessimisticLockInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
           
protected  Object ActivationInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
           
protected  Object CacheStoreInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
           
protected  Object OptimisticReplicationInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value)
           
protected  Object EvictionInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
           
protected  Object CacheMgmtInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
           
protected  Object CacheLoaderInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
           
protected  Object TxInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
           
protected  Object MethodDispacherInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, Object value)
          Handles CacheImpl._putForExternalRead(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, Object, Object)
protected  Object ReplicationInterceptor.handlePutForExternalReadMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value)
           
protected  Object OptimisticReplicationInterceptor.handlePutForExternalReadVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, DataVersion dv)
           
protected  Object TxInterceptor.handlePutForExternalReadVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, DataVersion dv)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handlePutForExternalReadVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, DataVersion dv)
           
protected  Object MethodDispacherInterceptor.handlePutForExternalReadVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, DataVersion dv)
          Handles CacheImpl._putForExternalRead(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, Object, Object, org.jboss.cache.optimistic.DataVersion)
protected  Object ReplicationInterceptor.handlePutForExternalReadVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, DataVersion dv)
           
protected  Object InvalidationInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object PessimisticLockInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object ActivationInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object CacheStoreInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object EvictionInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object CacheMgmtInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object CacheLoaderInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object TxInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object MethodDispacherInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
          Handles CacheImpl._put(org.jboss.cache.transaction.GlobalTransaction, String, Object, Object, boolean)
protected  Object ReplicationInterceptor.handlePutKeyValueMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps)
           
protected  Object InvalidationInterceptor.handlePutKeyValueVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps, DataVersion dv)
           
protected  Object TxInterceptor.handlePutKeyValueVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps, DataVersion dv)
           
protected  Object OptimisticCreateIfNotExistsInterceptor.handlePutKeyValueVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps, DataVersion dv)
           
protected  Object MethodDispacherInterceptor.handlePutKeyValueVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps, DataVersion dv)
          Handles CacheImpl._put(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, Object, Object, boolean, org.jboss.cache.optimistic.DataVersion)
protected  Object ReplicationInterceptor.handlePutKeyValueVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, Object value, boolean createUndoOps, DataVersion dv)
           
protected  Object PessimisticLockInterceptor.handleReleaseAllLocksMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object ActivationInterceptor.handleReleaseAllLocksMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object CacheLoaderInterceptor.handleReleaseAllLocksMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object TxInterceptor.handleReleaseAllLocksMethod(InvocationContext ctx, Fqn fqn)
           
protected  Object MethodDispacherInterceptor.handleReleaseAllLocksMethod(InvocationContext ctx, Fqn fqn)
          Handles CacheImpl._releaseAllLocks(org.jboss.cache.Fqn)
protected  Object InvalidationInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object PessimisticLockInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object ActivationInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object CacheStoreInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object EvictionInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object CacheLoaderInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object TxInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object MethodDispacherInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
          Handles CacheImpl._removeData(org.jboss.cache.transaction.GlobalTransaction, Fqn, boolean)
protected  Object ReplicationInterceptor.handleRemoveDataMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object InvalidationInterceptor.handleRemoveDataVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, boolean createUndoOps, DataVersion dv)
           
protected  Object TxInterceptor.handleRemoveDataVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, boolean createUndoOps, DataVersion dv)
           
protected  Object MethodDispacherInterceptor.handleRemoveDataVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, boolean createUndoOps, DataVersion dv)
          Handles CacheImpl._removeData(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, boolean, org.jboss.cache.optimistic.DataVersion)
protected  Object ReplicationInterceptor.handleRemoveDataVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, boolean createUndoOps, DataVersion dv)
           
protected  Object InvalidationInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
           
protected  Object PessimisticLockInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
           
protected  Object ActivationInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
           
protected  Object CacheStoreInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
           
protected  Object EvictionInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
           
protected  Object CacheLoaderInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
           
protected  Object TxInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
           
protected  Object MethodDispacherInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
          Handles CacheImpl._remove(org.jboss.cache.transaction.GlobalTransaction, String, Object, boolean)
protected  Object ReplicationInterceptor.handleRemoveKeyMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, Object key, boolean createUndoOps)
           
protected  Object InvalidationInterceptor.handleRemoveKeyVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, boolean createUndoOps, DataVersion dv)
           
protected  Object TxInterceptor.handleRemoveKeyVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, boolean createUndoOps, DataVersion dv)
           
protected  Object MethodDispacherInterceptor.handleRemoveKeyVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, boolean createUndoOps, DataVersion dv)
          Handles CacheImpl._remove(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, Object, boolean, org.jboss.cache.optimistic.DataVersion)
protected  Object ReplicationInterceptor.handleRemoveKeyVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, Object key, boolean createUndoOps, DataVersion dv)
           
protected  Object InvalidationInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object PessimisticLockInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object ActivationInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object CacheStoreInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
          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 EvictionInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object CacheLoaderInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object TxInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object MethodDispacherInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
          Handles CacheImpl._remove(org.jboss.cache.transaction.GlobalTransaction, String, boolean)
protected  Object ReplicationInterceptor.handleRemoveNodeMethod(InvocationContext ctx, GlobalTransaction tx, Fqn fqn, boolean createUndoOps)
           
protected  Object InvalidationInterceptor.handleRemoveNodeVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, boolean createUndoOps, DataVersion dv)
           
protected  Object TxInterceptor.handleRemoveNodeVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, boolean createUndoOps, DataVersion dv)
           
protected  Object MethodDispacherInterceptor.handleRemoveNodeVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, boolean createUndoOps, DataVersion dv)
          Handles CacheImpl._remove(org.jboss.cache.transaction.GlobalTransaction, org.jboss.cache.Fqn, boolean, org.jboss.cache.optimistic.DataVersion)
protected  Object ReplicationInterceptor.handleRemoveNodeVersionedMethod(InvocationContext ctx, GlobalTransaction gtx, Fqn fqn, boolean createUndoOps, DataVersion dv)
           
protected  Object InvalidationInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object PessimisticLockInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object CacheStoreInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction gtx)
           
protected  Object OptimisticReplicationInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction gtx)
           
protected  Object NotificationInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object OptimisticValidatorInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object DataGravitatorInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object CacheLoaderInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object TxInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object OptimisticLockingInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
           
protected  Object MethodDispacherInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction globalTransaction)
          Handles CacheImpl.rollback(org.jboss.cache.transaction.GlobalTransaction)
protected  Object ReplicationInterceptor.handleRollbackMethod(InvocationContext ctx, GlobalTransaction gtx)
           
protected  Object NotificationInterceptor.handleUnblockChannelMethod(InvocationContext ctx)
           
protected  Object MethodDispacherInterceptor.handleUnblockChannelMethod(InvocationContext ctx)
          Handles CacheImpl._unblock()
protected  void InvalidationInterceptor.invalidateAcrossCluster(Fqn fqn, TransactionWorkspace workspace, boolean synchronous, InvocationContext ctx)
           
protected  void InvalidationInterceptor.invalidateAcrossCluster(Fqn fqn, TransactionWorkspace workspace, InvocationContext ctx)
          Deprecated. use {@link #invalidateAcrossCluster(Fqn,TransactionWorkspace,boolean,InvocationContext)
protected  void InvalidationInterceptor.invalidateModifications(List<MethodCall> modifications, TransactionWorkspace workspace, boolean synchronous, InvocationContext ctx)
           
protected  void InvalidationInterceptor.invalidateModifications(List<MethodCall> modifications, TransactionWorkspace workspace, InvocationContext ctx)
          Deprecated. use InvalidationInterceptor.invalidateAcrossCluster(org.jboss.cache.Fqn,org.jboss.cache.optimistic.TransactionWorkspace,boolean,InvocationContext)
 Object PessimisticLockInterceptor.invoke(InvocationContext ctx)
           
 Object InvocationContextInterceptor.invoke(InvocationContext ctx)
           
 Object MarshalledValueInterceptor.invoke(InvocationContext context)
           
 Object OptimisticNodeInterceptor.invoke(InvocationContext ctx)
           
 Object Interceptor.invoke(InvocationContext ctx)
          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 CallInterceptor.invoke(InvocationContext ctx)
           
 Object UnlockInterceptor.invoke(InvocationContext ctx)
          Deprecated.  
 Object MethodDispacherInterceptor.invoke(InvocationContext ctx)
          Acts like a 'switch case' that delegates the call to the appropriate method.
protected  boolean BaseRpcInterceptor.isTransactionalAndLocal(InvocationContext ctx)
          The call runs in a transaction and it was initiated on this node of the cluster.
 Object Interceptor.nextInterceptor(InvocationContext ctx)
          Forwards the call to the nextInterceptor interceptor in the chain.
 NodeSPI Interceptor.peekNode(InvocationContext ctx, Fqn f, boolean forceRefresh, boolean includeDeletedNodes, boolean includeInvalidNodes)
          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 BaseRpcInterceptor.replicateCall(InvocationContext ctx, List<org.jgroups.Address> recipients, MethodCall call, boolean sync, Option o)
           
protected  void BaseRpcInterceptor.replicateCall(InvocationContext ctx, List<org.jgroups.Address> recipients, MethodCall call, boolean sync, Option o, boolean wrapMethodCallInReplicateMethod, boolean useOutOfBandMessage)
           
protected  void BaseRpcInterceptor.replicateCall(InvocationContext ctx, MethodCall call, boolean sync, Option o)
           
protected  void BaseRpcInterceptor.replicateCall(InvocationContext ctx, MethodCall call, boolean sync, Option o, boolean useOutOfBandMessage)
           
protected  void TxInterceptor.runCommitPhase(InvocationContext ctx, GlobalTransaction gtx, Transaction tx, List modifications, List clModifications, boolean onePhaseCommit)
          creates a commit() MethodCall and feeds it to handleCommitRollback();
protected  Object TxInterceptor.runPreparePhase(InvocationContext ctx, GlobalTransaction gtx, List modifications)
          Handles a local prepare - invoked by the sync handler.
protected  void ReplicationInterceptor.runPreparePhase(MethodCall 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 modifications)
          creates a rollback() MethodCall and feeds it to handleCommitRollback();
protected  void BaseTransactionalContextInterceptor.setTransactionalContext(Transaction tx, GlobalTransaction gtx, InvocationContext ctx)
           
protected  boolean InvalidationInterceptor.skipMethodCall(InvocationContext ctx)
           
protected  boolean PessimisticLockInterceptor.skipMethodCall(InvocationContext ctx)
           
protected  boolean CacheStoreInterceptor.skipMethodCall(InvocationContext ctx)
          if this is a shared cache loader and the call is of remote origin, pass up the chain
protected  boolean OptimisticReplicationInterceptor.skipMethodCall(InvocationContext ctx)
           
protected  boolean DataGravitatorInterceptor.skipMethodCall(InvocationContext ctx)
           
protected  boolean CacheMgmtInterceptor.skipMethodCall(InvocationContext ctx)
           
protected  boolean MethodDispacherInterceptor.skipMethodCall(InvocationContext ctx)
          Each interceptor should extend this if it does not need any processing for current call.
protected  boolean ReplicationInterceptor.skipMethodCall(InvocationContext ctx)
           
protected  boolean BaseRpcInterceptor.skipReplicationOfTransactionMethod(InvocationContext ctx)
          It does not make sense replicating a transaction method(commit, rollback, prepare) if one of the following: - call was not initiated here, but on other member of the cluster - there is no transaction.
protected  Map MarshalledValueInterceptor.wrapMap(Map<Object,Object> m, Set<MarshalledValue> marshalledValues, InvocationContext ctx)
           
 

Uses of InvocationContext in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that return InvocationContext
 InvocationContext CacheInvocationDelegate.getInvocationContext()
           
protected  InvocationContext InvocationContextContainer.initialValue()
           
 

Methods in org.jboss.cache.invocation with parameters of type InvocationContext
 void CacheInvocationDelegate.setInvocationContext(InvocationContext ctx)
           
 

Uses of InvocationContext in org.jboss.cache.notifications
 

Methods in org.jboss.cache.notifications with parameters of type InvocationContext
 void Notifier.notifyCacheStarted(CacheSPI cache, InvocationContext ctx)
          Notifies all registered listeners of a cacheStarted event.
 void Notifier.notifyCacheStopped(CacheSPI cache, InvocationContext ctx)
          Notifies all registered listeners of a cacheStopped event.
 void Notifier.notifyNodeActivated(Fqn fqn, boolean pre, Map data, InvocationContext ctx)
          Notifies all registered listeners of a nodeActivated event.
 void Notifier.notifyNodeCreated(Fqn fqn, boolean pre, InvocationContext ctx)
          Notifies all registered listeners of a nodeCreated event.
 void Notifier.notifyNodeEvicted(Fqn fqn, boolean pre, InvocationContext ctx)
          Notifies all registered listeners of a nodeEvicted event.
 void Notifier.notifyNodeLoaded(Fqn fqn, boolean pre, Map data, InvocationContext ctx)
          Notifies all registered listeners of a nodeLoaded event.
 void Notifier.notifyNodeModified(Fqn fqn, boolean pre, NodeModifiedEvent.ModificationType modificationType, Map data, InvocationContext ctx)
          Notifies all registered listeners of a nodeModified event.
 void Notifier.notifyNodeMoved(Fqn originalFqn, Fqn newFqn, boolean pre, InvocationContext ctx)
           
 void Notifier.notifyNodePassivated(Fqn fqn, boolean pre, Map data, InvocationContext ctx)
          Notifies all registered listeners of a nodePassivated event.
 void Notifier.notifyNodeRemoved(Fqn fqn, boolean pre, Map data, InvocationContext ctx)
          Notifies all registered listeners of a nodeRemoved event.
 void Notifier.notifyNodeVisited(Fqn fqn, boolean pre, InvocationContext ctx)
          Notifies all registered listeners of a nodeVisited event.
 void Notifier.notifyTransactionCompleted(Transaction transaction, boolean successful, InvocationContext ctx)
          Notifies all registered listeners of a transaction completion event.
 void Notifier.notifyTransactionRegistered(Transaction transaction, InvocationContext ctx)
          Notifies all registered listeners of a transaction registration event.
 void Notifier.notifyViewChange(org.jgroups.View new_view, InvocationContext ctx)
          Notifies all registered listeners of a viewChange event.
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.