Uses of Class
org.infinispan.interceptors.InterceptorChain

Packages that use InterceptorChain
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.distexec   
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.stats Cache statistics. 
org.infinispan.transaction JTA transaction support. 
 

Uses of InterceptorChain in org.infinispan
 

Fields in org.infinispan declared as InterceptorChain
protected  InterceptorChain CacheImpl.invoker
           
 

Methods in org.infinispan with parameters of type InterceptorChain
 void CacheImpl.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, LockManager lockManager)
           
 

Uses of InterceptorChain in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type InterceptorChain
 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 InterceptorChain in org.infinispan.commands.read
 

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

Uses of InterceptorChain in org.infinispan.commands.remote
 

Fields in org.infinispan.commands.remote declared as InterceptorChain
protected  InterceptorChain BaseRpcInvokingCommand.interceptorChain
           
 

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

Uses of InterceptorChain in org.infinispan.commands.tx
 

Fields in org.infinispan.commands.tx declared as InterceptorChain
protected  InterceptorChain AbstractTransactionBoundaryCommand.invoker
           
 

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

Uses of InterceptorChain in org.infinispan.distexec
 

Fields in org.infinispan.distexec declared as InterceptorChain
protected  InterceptorChain DefaultExecutorService.invoker
           
 

Uses of InterceptorChain in org.infinispan.distribution
 

Methods in org.infinispan.distribution with parameters of type InterceptorChain
 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 InterceptorChain
RebalanceTask(RpcManager rpcManager, CommandsFactory commandsFactory, Configuration conf, DataContainer dataContainer, DistributionManagerImpl dmi, InvocationContextContainer icc, CacheNotifier notifier, InterceptorChain interceptorChain, int newViewId)
           
 

Uses of InterceptorChain in org.infinispan.factories
 

Methods in org.infinispan.factories that return InterceptorChain
 InterceptorChain InterceptorChainFactory.buildInterceptorChain()
           
 

Uses of InterceptorChain in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type InterceptorChain
 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 InterceptorChain in org.infinispan.stats
 

Constructors in org.infinispan.stats with parameters of type InterceptorChain
StatsImpl(InterceptorChain chain)
           
 

Uses of InterceptorChain in org.infinispan.transaction
 

Methods in org.infinispan.transaction with parameters of type InterceptorChain
 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, TransactionSynchronizationRegistry transactionSynchronizationRegistry, LockManager lockManager)
           
 


-->

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