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.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
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.distribution Classes relating to the distributed cache mode. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
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. 
org.infinispan.util.concurrent.locks.containers Concurrent lock 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, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, StateTransferManager stateTransferManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator)
           
 

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, DistributionManager distributionManager, InvocationContextContainer icc, TransactionTable txTable, Configuration configuration, Map<Byte,ModuleCommandInitializer> moduleCommandInitializers, RecoveryManager recoveryManager)
           
 

Uses of InvocationContextContainer in org.infinispan.commands.read
 

Fields in org.infinispan.commands.read declared as InvocationContextContainer
protected  InvocationContextContainer MapReduceCommand.icc
           
 

Methods in org.infinispan.commands.read with parameters of type InvocationContextContainer
 void MapReduceCommand.init(CommandsFactory factory, InterceptorChain invoker, InvocationContextContainer icc, DistributionManager dm, Address localAddress)
           
 

Uses of InvocationContextContainer in org.infinispan.commands.remote
 

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

Methods in org.infinispan.commands.remote with parameters of type InvocationContextContainer
 void BaseRpcInvokingCommand.init(InterceptorChain interceptorChain, InvocationContextContainer icc)
           
 void ClusteredGetCommand.initialize(InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, DistributionManager distributionManager)
           
 

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

Methods in org.infinispan.distribution with parameters of type InvocationContextContainer
 void DistributionManagerImpl.init(Configuration configuration, RpcManager rpcManager, CacheManagerNotifier notifier, CommandsFactory cf, DataContainer dataContainer, InterceptorChain interceptorChain, InvocationContextContainer icc, CacheLoaderManager cacheLoaderManager, InboundInvocationHandler inboundInvocationHandler, CacheNotifier cacheNotifier)
           
 

Constructors in org.infinispan.distribution with parameters of type InvocationContextContainer
RebalanceTask(RpcManager rpcManager, CommandsFactory commandsFactory, Configuration conf, DataContainer dataContainer, DistributionManagerImpl dmi, InvocationContextContainer icc, int newViewId, CacheNotifier notifier)
           
 

Uses of InvocationContextContainer in org.infinispan.eviction
 

Methods in org.infinispan.eviction with parameters of type InvocationContextContainer
 void EvictionManagerImpl.initialize(ScheduledExecutorService executor, Configuration configuration, DataContainer dataContainer, CacheLoaderManager cacheLoaderManager, CacheNotifier cacheNotifier, LockManager lockManager, PassivationManager passivator, InvocationContextContainer ctxContainer)
           
 

Uses of InvocationContextContainer in org.infinispan.loaders
 

Methods in org.infinispan.loaders with parameters of type InvocationContextContainer
 void CacheLoaderManagerImpl.inject(Cache cache, StreamingMarshaller marshaller, Configuration configuration, 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, StreamingMarshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, TransactionTable txTable)
           
 

Uses of InvocationContextContainer in org.infinispan.transaction
 

Fields in org.infinispan.transaction declared as InvocationContextContainer
protected  InvocationContextContainer TransactionTable.icc
           
 

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

Uses of InvocationContextContainer in org.infinispan.tree
 

Fields in org.infinispan.tree declared as InvocationContextContainer
protected  InvocationContextContainer TreeStructureSupport.icc
           
 

Constructors in org.infinispan.tree with parameters of type InvocationContextContainer
CacheAdapter(Cache cache, TreeContextContainer tcc, InvocationContextContainer icc)
           
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 © 2011 JBoss, a division of Red Hat. All Rights Reserved.