Uses of Interface
org.infinispan.context.InvocationContextContainer

Packages that use InvocationContextContainer
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interface such as the tree API. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.remote   
org.infinispan.commands.tx   
org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction.xa   
org.infinispan.tree This package contains the TreeCache. 
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.icc
           
 

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 icc, 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 icc)
           
 

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

Methods in org.infinispan.commands with parameters of type InvocationContextContainer
 void CommandsFactoryImpl.setupDependencies(DataContainer container, CacheNotifier notifier, Cache cache, InterceptorChain interceptorChain, CacheLoaderManager clManager, DistributionManager distributionManager, InvocationContextContainer icc, TransactionTable txTable)
           
 

Uses of InvocationContextContainer in org.infinispan.commands.remote
 

Fields in org.infinispan.commands.remote declared as InvocationContextContainer
protected  InvocationContextContainer BaseRpcCommand.icc
           
 

Methods in org.infinispan.commands.remote with parameters of type InvocationContextContainer
 void BaseRpcCommand.init(InterceptorChain interceptorChain, InvocationContextContainer icc)
           
 void ClusteredGetCommand.initialize(DataContainer dataContainer, CacheLoaderManager clManager, InvocationContextContainer icc)
           
 

Uses of InvocationContextContainer in org.infinispan.commands.tx
 

Fields in org.infinispan.commands.tx declared as InvocationContextContainer
protected  InvocationContextContainer AbstractTransactionBoundaryCommand.icc
           
 

Methods in org.infinispan.commands.tx with parameters of type InvocationContextContainer
 void AbstractTransactionBoundaryCommand.init(InterceptorChain chain, InvocationContextContainer icc, TransactionTable txTable)
           
 

Uses of InvocationContextContainer in org.infinispan.context
 

Classes in org.infinispan.context that implement InvocationContextContainer
 class InvocationContextContainerImpl
          Default implementation for InvocationContextContainer.
 

Uses of InvocationContextContainer in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type InvocationContextContainer
 void InterceptorChain.initialize(InvocationContextContainer icc)
           
 

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, TransactionTable txTable)
           
 

Uses of InvocationContextContainer in org.infinispan.transaction.xa
 

Methods in org.infinispan.transaction.xa with parameters of type InvocationContextContainer
 void TransactionTable.initialize(CommandsFactory commandsFactory, RpcManager rpcManager, Configuration configuration, InvocationContextContainer icc, InterceptorChain invoker, CacheNotifier notifier)
           
 

Constructors in org.infinispan.transaction.xa with parameters of type InvocationContextContainer
TransactionXaAdapter(GlobalTransaction globalTx, InvocationContextContainer icc, InterceptorChain invoker, CommandsFactory commandsFactory, Configuration configuration, TransactionTable txTable, Transaction transaction)
           
 

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
 

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

Constructors in org.infinispan.util.concurrent.locks with parameters of type InvocationContextContainer
OwnableReentrantLock(InvocationContextContainer icc)
          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.