Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.commands.control.LockControlCommand

Packages that use LockControlCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.distribution   
org.infinispan.interceptors.locking   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of LockControlCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return LockControlCommand
 LockControlCommand CommandsFactory.buildLockControlCommand(Collection<Object> keys, Set<Flag> flags)
           
 LockControlCommand CommandsFactoryImpl.buildLockControlCommand(Collection<Object> keys, Set<Flag> flags)
           
 LockControlCommand CommandsFactory.buildLockControlCommand(Collection<Object> keys, Set<Flag> flags, GlobalTransaction gtx)
          Builds a LockControlCommand to control explicit remote locking
 LockControlCommand CommandsFactoryImpl.buildLockControlCommand(Collection<Object> keys, Set<Flag> flags, GlobalTransaction gtx)
           
 LockControlCommand CommandsFactory.buildLockControlCommand(Object key, Set<Flag> flags, GlobalTransaction gtx)
          Same as CommandsFactory.buildLockControlCommand(Object, java.util.Set, org.infinispan.transaction.xa.GlobalTransaction) but for locking a single key vs a collection of keys.
 LockControlCommand CommandsFactoryImpl.buildLockControlCommand(Object key, Set<Flag> flags, GlobalTransaction gtx)
           
 

Methods in org.infinispan.commands with parameters of type LockControlCommand
 Object Visitor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 Object AbstractVisitor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 

Uses of LockControlCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type LockControlCommand
 Object ReplicationInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 Object InvocationContextInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand lcc)
           
 Object CallInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand c)
           
 Object DeadlockDetectingInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 Object MarshalledValueInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 Object InvalidationInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 Object TxInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 Object IsMarshallableInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 

Uses of LockControlCommand in org.infinispan.interceptors.distribution
 

Methods in org.infinispan.interceptors.distribution with parameters of type LockControlCommand
 Object TxDistributionInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 

Uses of LockControlCommand in org.infinispan.interceptors.locking
 

Methods in org.infinispan.interceptors.locking with parameters of type LockControlCommand
 Object OptimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 Object PessimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 

Uses of LockControlCommand in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type LockControlCommand
 Object StateTransferInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 Object TransactionSynchronizerInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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