Uses of Class
org.jboss.cache.invocation.InvocationContextContainer

Packages that use InvocationContextContainer
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.lock   
org.jboss.cache.marshall   
org.jboss.cache.statetransfer   
org.jboss.cache.util.concurrent.locks   
 

Uses of InvocationContextContainer in org.jboss.cache
 

Fields in org.jboss.cache declared as InvocationContextContainer
protected  InvocationContextContainer AbstractNodeFactory.invocationContextContainer
           
 

Methods in org.jboss.cache with parameters of type InvocationContextContainer
 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 InvocationContextContainer in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type InvocationContextContainer
 void InterceptorChain.initialize(InvocationContextContainer invocationContextContainer)
           
 void TxInterceptor.intialize(RPCManager rpcManager, ContextFactory contextFactory, Notifier notifier, InvocationContextContainer icc, TransactionLog transactionLog, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of InvocationContextContainer in org.jboss.cache.invocation
 

Fields in org.jboss.cache.invocation declared as InvocationContextContainer
protected  InvocationContextContainer AbstractInvocationDelegate.invocationContextContainer
           
 

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

Uses of InvocationContextContainer in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock with parameters of type InvocationContextContainer
 void MVCCLockManager.injectDependencies(DataContainer dataContainer, CacheSPI cache, TransactionManager transactionManager, InvocationContextContainer invocationContextContainer)
           
 

Uses of InvocationContextContainer in org.jboss.cache.marshall
 

Fields in org.jboss.cache.marshall declared as InvocationContextContainer
protected  InvocationContextContainer CommandAwareRpcDispatcher.invocationContextContainer
           
 

Constructors in org.jboss.cache.marshall with parameters of type InvocationContextContainer
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 InvocationContextContainer in org.jboss.cache.statetransfer
 

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

Uses of InvocationContextContainer in org.jboss.cache.util.concurrent.locks
 

Constructors in org.jboss.cache.util.concurrent.locks with parameters of type InvocationContextContainer
OwnableReentrantLock(InvocationContextContainer invocationContextContainer)
          Creates a new lock instance.
OwnableReentrantLockContainer(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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.