Uses of Interface
org.infinispan.util.concurrent.locks.LockManager

Packages that use LockManager
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.transaction JTA transaction support. 
org.infinispan.tree This package contains the TreeCache. 
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
 

Uses of LockManager in org.infinispan
 

Methods in org.infinispan that return LockManager
 LockManager CacheImpl.getLockManager()
           
 LockManager AdvancedCache.getLockManager()
           
 LockManager AbstractDelegatingAdvancedCache.getLockManager()
           
 

Methods in org.infinispan with parameters of type LockManager
 void CacheImpl.injectDependencies(EvictionManager evictionManager, InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, StateTransferManager stateTransferManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager)
           
 

Uses of LockManager in org.infinispan.container
 

Methods in org.infinispan.container with parameters of type LockManager
 void EntryFactoryImpl.injectDependencies(DataContainer dataContainer, LockManager lockManager, Configuration configuration, CacheNotifier notifier)
           
 

Uses of LockManager in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type LockManager
 void LockingInterceptor.setDependencies(LockManager lockManager, DataContainer dataContainer, EntryFactory entryFactory, Transport transport)
           
 

Uses of LockManager in org.infinispan.transaction
 

Methods in org.infinispan.transaction with parameters of type LockManager
 void TransactionTable.initialize(RpcManager rpcManager, Configuration configuration, InvocationContextContainer icc, InterceptorChain invoker, CacheNotifier notifier, TransactionFactory gtf, EmbeddedCacheManager cm, TransactionCoordinator txCoordinator, TransactionSynchronizationRegistry transactionSynchronizationRegistry, LockManager lockManager)
           
 

Uses of LockManager in org.infinispan.tree
 

Methods in org.infinispan.tree with parameters of type LockManager
static boolean TreeStructureSupport.isLocked(LockManager lockManager, Fqn fqn)
           
 

Uses of LockManager in org.infinispan.util.concurrent.locks
 

Classes in org.infinispan.util.concurrent.locks that implement LockManager
 class DeadlockDetectingLockManager
          Lock manager in charge with processing deadlock detections.
 class LockManagerImpl
          Handles locks for the MVCC based LockingInterceptor
 


-->

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