|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.remote | |
org.infinispan.commands.tx | |
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.transaction.xa |
Uses of InterceptorChain in org.infinispan |
---|
Fields in org.infinispan declared as InterceptorChain | |
---|---|
protected InterceptorChain |
CacheDelegate.invoker
|
Methods in org.infinispan with parameters of type InterceptorChain | |
---|---|
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 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,
CacheLoaderManager clManager,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable)
|
Uses of InterceptorChain in org.infinispan.commands.remote |
---|
Fields in org.infinispan.commands.remote declared as InterceptorChain | |
---|---|
protected InterceptorChain |
BaseRpcCommand.interceptorChain
|
Methods in org.infinispan.commands.remote with parameters of type InterceptorChain | |
---|---|
void |
BaseRpcCommand.init(InterceptorChain interceptorChain,
InvocationContextContainer icc)
|
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.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,
Marshaller marshaller,
TransactionLog transactionLog,
InterceptorChain interceptorChain,
InvocationContextContainer invocationContextContainer,
CommandsFactory commandsFactory,
TransactionTable txTable)
|
Uses of InterceptorChain in org.infinispan.transaction.xa |
---|
Methods in org.infinispan.transaction.xa with parameters of type InterceptorChain | |
---|---|
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 InterceptorChain | |
---|---|
TransactionXaAdapter(GlobalTransaction globalTx,
InvocationContextContainer icc,
InterceptorChain invoker,
CommandsFactory commandsFactory,
Configuration configuration,
TransactionTable txTable,
Transaction transaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |