Uses of Class
org.jboss.cache.interceptors.InterceptorChain

Packages that use InterceptorChain
org.jboss.cache   
org.jboss.cache.commands   
org.jboss.cache.commands.remote   
org.jboss.cache.factories   
org.jboss.cache.invocation   
org.jboss.cache.marshall   
org.jboss.cache.statetransfer   
 

Uses of InterceptorChain in org.jboss.cache
 

Fields in org.jboss.cache declared as InterceptorChain
protected  InterceptorChain AbstractNodeFactory.interceptorChain
           
 

Methods in org.jboss.cache with parameters of type InterceptorChain
 void AbstractNodeFactory.injectDependencies(CacheSPI<K,V> cache, Configuration configuration, InvocationContextContainer invocationContextContainer, InterceptorChain interceptorChain, CommandsFactory commandsFactory)
           
 void RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener, Configuration configuration, Notifier notifier, CacheSPI spi, Marshaller marshaller, TransactionTable txTable, TransactionManager txManager, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of InterceptorChain in org.jboss.cache.commands
 

Fields in org.jboss.cache.commands declared as InterceptorChain
protected  InterceptorChain CommandsFactoryImpl.invoker
           
 

Methods in org.jboss.cache.commands with parameters of type InterceptorChain
 void CommandsFactoryImpl.initialize(RPCManager rpc, DataContainer dataContainer, Notifier notifier, BuddyManager buddyManager, InterceptorChain invoker, TransactionTable transactionTable, CacheSPI cacheSpi, Configuration configuration, TransactionManager txManager, BuddyFqnTransformer buddyFqnTransformer)
           
 

Uses of InterceptorChain in org.jboss.cache.commands.remote
 

Methods in org.jboss.cache.commands.remote with parameters of type InterceptorChain
 void DataGravitationCleanupCommand.initialize(BuddyManager buddyManager, InterceptorChain invoker, TransactionTable transactionTable, CommandsFactory commandsFactory, DataContainer dataContainer, BuddyFqnTransformer buddyFqnTransformer)
           
 void ClusteredGetCommand.initialize(DataContainer dataContainer, InterceptorChain interceptorChain)
           
 void ReplicateCommand.initialize(InterceptorChain interceptorChain)
           
 

Uses of InterceptorChain in org.jboss.cache.factories
 

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

Uses of InterceptorChain in org.jboss.cache.invocation
 

Fields in org.jboss.cache.invocation declared as InterceptorChain
protected  InterceptorChain AbstractInvocationDelegate.invoker
           
 

Methods in org.jboss.cache.invocation with parameters of type InterceptorChain
 void AbstractInvocationDelegate.initialize(Configuration configuration, InvocationContextContainer invocationContextContainer, ComponentRegistry componentRegistry, InterceptorChain interceptorChain)
          Used by the interceptor chain factory to inject dependencies.
 

Uses of InterceptorChain in org.jboss.cache.marshall
 

Fields in org.jboss.cache.marshall declared as InterceptorChain
protected  InterceptorChain CommandAwareRpcDispatcher.interceptorChain
           
 

Constructors in org.jboss.cache.marshall with parameters of type InterceptorChain
CommandAwareRpcDispatcher(org.jgroups.Channel channel, org.jgroups.MessageListener l, org.jgroups.MembershipListener l2, Object serverObj, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry, RPCManager manager)
           
InactiveRegionAwareRpcDispatcher(org.jgroups.Channel channel, org.jgroups.MessageListener l, org.jgroups.MembershipListener l2, Object serverObj, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry, RPCManager manager)
          Only provide the flavour of the RpcDispatcher constructor that we care about.
 

Uses of InterceptorChain in org.jboss.cache.statetransfer
 

Methods in org.jboss.cache.statetransfer with parameters of type InterceptorChain
 void DefaultStateTransferIntegrator.inject(CacheSPI<?,?> cache, Configuration cfg, RPCManager rpcManager, TransactionLog txLog, InvocationContextContainer container, InterceptorChain chain, ComponentRegistry registry)
           
 



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