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.statetransfer   
 

Uses of LockManager in org.jboss.cache
 

Methods in org.jboss.cache with parameters of type LockManager
 void DataContainerImpl.injectDependencies(Configuration configuration, NodeFactory nodeFactory, LockManager lockManager, BuddyFqnTransformer transformer)
           
 void DataContainerImpl.setDependencies(Configuration configuration, NodeFactory nodeFactory, LockManager lockManager)
           
 

Uses of LockManager in org.jboss.cache.interceptors
 

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

Methods in org.jboss.cache.interceptors with parameters of type LockManager
 void PessimisticLockInterceptor.injectDependencies(DataContainer dataContainer, LockManager lockManager, CommandsFactory commandsFactory)
           
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, LockManager lockManager, Notifier notifier)
           
 void TxInterceptor.intialize(RPCManager rpcManager, Notifier notifier, InvocationContextContainer icc, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of LockManager in org.jboss.cache.lock
 

Classes in org.jboss.cache.lock that implement LockManager
 class NodeBasedLockManager
           
 class PessimisticNodeBasedLockManager
          Deprecated. will be removed with pessimistic locking
 

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

Uses of LockManager in org.jboss.cache.statetransfer
 

Methods in org.jboss.cache.statetransfer with parameters of type LockManager
 void StateTransferManager.injectDependencies(CacheSPI cache, Marshaller marshaller, RegionManager regionManager, Configuration configuration, LockManager lockManager)
           
 



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