Uses of Interface
org.jboss.cache.lock.LockManager

Packages that use LockManager
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.lock   
org.jboss.cache.mvcc   
org.jboss.cache.statetransfer   
 

Uses of LockManager in org.jboss.cache
 

Fields in org.jboss.cache declared as LockManager
protected  LockManager RegionManagerImpl.lockManager
           
 

Methods in org.jboss.cache with parameters of type LockManager
 void RegionManagerImpl.injectDependencies(CacheSPI cache, Configuration configuration, RPCManager rpcManager, LockManager lockManager, BuddyFqnTransformer transformer, RegionRegistry regionsRegistry)
           
 void DataContainerImpl.injectDependencies(NodeFactory nodeFactory, LockManager lockManager, BuddyFqnTransformer transformer, Configuration configuration)
           
 void DataContainerImpl.setDependencies(NodeFactory nodeFactory, LockManager lockManager)
           
 void RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener, Configuration configuration, Notifier notifier, CacheSPI spi, Marshaller marshaller, TransactionTable txTable, TransactionManager txManager, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of LockManager in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as LockManager
protected  LockManager OptimisticInterceptor.lockManager
          Deprecated.  
 

Methods in org.jboss.cache.interceptors with parameters of type LockManager
 void PessimisticLockInterceptor.injectDependencies(DataContainer dataContainer, LockManager lockManager, CommandsFactory commandsFactory)
          Deprecated.  
protected  void LegacyCacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, LockManager lockManager, Notifier notifier)
          Deprecated.  
 void TxInterceptor.intialize(RPCManager rpcManager, ContextFactory contextFactory, Notifier notifier, InvocationContextContainer icc, TransactionLog transactionLog, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 void MVCCLockingInterceptor.setDependencies(LockManager lockManager, DataContainer dataContainer, MVCCNodeHelper helper)
           
 

Uses of LockManager in org.jboss.cache.lock
 

Classes in org.jboss.cache.lock that implement LockManager
 class AbstractLockManager
          Common lock manager functionality
 class FqnLockManager
          An abstract lock manager that deals with Fqns rather than nodes.
 class MVCCLockManager
          This lock manager acquires and releases locks based on the Fqn passed in and not on the node itself.
 class NodeBasedLockManager
          Deprecated. since this is specific to legacy locking schemes
 class PessimisticNodeBasedLockManager
          Deprecated. will be removed with pessimistic locking
 

Methods in org.jboss.cache.lock with parameters of type LockManager
static boolean LockUtil.breakTransactionLock(Fqn fqn, LockManager lockManager, GlobalTransaction gtx, boolean localTx, TransactionTable tx_table, TransactionManager tm)
           
 

Uses of LockManager in org.jboss.cache.mvcc
 

Methods in org.jboss.cache.mvcc with parameters of type LockManager
 void MVCCNodeHelper.injectDependencies(DataContainer dataContainer, NodeFactory nodeFactory, LockManager lockManager, Configuration configuration)
           
 

Uses of LockManager in org.jboss.cache.statetransfer
 

Fields in org.jboss.cache.statetransfer declared as LockManager
protected  LockManager LegacyStateTransferManager.lockManager
          Deprecated.  
 

Methods in org.jboss.cache.statetransfer with parameters of type LockManager
 void LegacyStateTransferManager.injectLockManager(LockManager lockManager)
          Deprecated.  
 



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