Uses of Class
org.infinispan.invocation.InvocationContextContainer

Packages that use InvocationContextContainer
org.infinispan   
org.infinispan.atomic   
org.infinispan.interceptors   
org.infinispan.lock   
org.infinispan.statetransfer   
org.infinispan.tree   
org.infinispan.util.concurrent.locks   
org.infinispan.util.concurrent.locks.containers   
 

Uses of InvocationContextContainer in org.infinispan
 

Fields in org.infinispan declared as InvocationContextContainer
protected  InvocationContextContainer CacheDelegate.invocationContextContainer
           
 

Methods in org.infinispan that return InvocationContextContainer
 InvocationContextContainer CacheDelegate.getInvocationContextContainer()
           
 InvocationContextContainer AdvancedCache.getInvocationContextContainer()
           
 InvocationContextContainer AbstractDelegatingAdvancedCache.getInvocationContextContainer()
           
 

Methods in org.infinispan with parameters of type InvocationContextContainer
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, Marshaller marshaller, ResponseGenerator responseGenerator, CacheManager cacheManager, StateTransferManager stateTransferManager)
           
 

Uses of InvocationContextContainer in org.infinispan.atomic
 

Methods in org.infinispan.atomic with parameters of type InvocationContextContainer
 AtomicMap AtomicHashMap.getProxy(Cache cache, Object mapKey, BatchContainer batchContainer, InvocationContextContainer invocationContextContainer)
           
 

Constructors in org.infinispan.atomic with parameters of type InvocationContextContainer
AtomicHashMapProxy(Cache cache, Object deltaMapKey, BatchContainer batchContainer, InvocationContextContainer icc)
           
 

Uses of InvocationContextContainer in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type InvocationContextContainer
 void InterceptorChain.initialize(InvocationContextContainer invocationContextContainer)
           
 void TxInterceptor.intialize(CacheManager cacheManager, ContextFactory contextFactory, CacheNotifier notifier, InvocationContextContainer icc, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager, TransactionLog transactionLog)
           
 

Uses of InvocationContextContainer in org.infinispan.lock
 

Methods in org.infinispan.lock with parameters of type InvocationContextContainer
 void LockManagerImpl.injectDependencies(Configuration configuration, TransactionManager transactionManager, InvocationContextContainer invocationContextContainer)
           
 

Uses of InvocationContextContainer in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type InvocationContextContainer
 void StateTransferManagerImpl.injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, Marshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory)
           
 

Uses of InvocationContextContainer in org.infinispan.tree
 

Constructors in org.infinispan.tree with parameters of type InvocationContextContainer
NodeImpl(Fqn fqn, Cache cache, BatchContainer batchContainer, InvocationContextContainer icc)
           
TreeStructureSupport(Cache cache, BatchContainer batchContainer, InvocationContextContainer icc)
           
 

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

Constructors in org.infinispan.util.concurrent.locks with parameters of type InvocationContextContainer
OwnableReentrantLock(InvocationContextContainer invocationContextContainer)
          Creates a new lock instance.
 

Uses of InvocationContextContainer in org.infinispan.util.concurrent.locks.containers
 

Constructors in org.infinispan.util.concurrent.locks.containers with parameters of type InvocationContextContainer
OwnableReentrantPerEntryLockContainer(int concurrencyLevel, InvocationContextContainer icc)
           
OwnableReentrantStripedLockContainer(int concurrencyLevel, InvocationContextContainer icc)
          Creates a new LockContainer which uses a certain number of shared locks across all elements that need to be locked.
 



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