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

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

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()
           
 

Methods in org.jboss.cache.factories with parameters of type InterceptorChain
 void CommandsFactory.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.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)
           
InactiveRegionAwareRpcDispatcher(org.jgroups.Channel channel, org.jgroups.MessageListener l, org.jgroups.MembershipListener l2, Object serverObj, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry)
          Only provide the flavour of the RpcDispatcher constructor that we care about.
 



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