Uses of Interface
org.jboss.cache.RPCManager

Packages that use RPCManager
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.remote   
org.jboss.cache.config   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.marshall   
org.jboss.cache.statetransfer   
org.jboss.cache.transaction   
 

Uses of RPCManager in org.jboss.cache
 

Classes in org.jboss.cache that implement RPCManager
 class RPCManagerImpl
          Manager that handles all RPC calls between JBoss Cache instances
 

Fields in org.jboss.cache declared as RPCManager
protected  RPCManager RegionManagerImpl.rpcManager
           
 

Methods in org.jboss.cache that return RPCManager
 RPCManager CacheSPI.getRPCManager()
          Gets a handle of the RPC manager.
 

Methods in org.jboss.cache with parameters of type RPCManager
 void RegionManagerImpl.injectDependencies(CacheSPI cache, Configuration configuration, RPCManager rpcManager, LockManager lockManager, BuddyFqnTransformer transformer, RegionRegistry regionsRegistry)
           
 

Uses of RPCManager in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type RPCManager
 void BuddyManager.injectDependencies(CacheSPI cache, Configuration configuration, RegionManager regionManager, StateTransferManager stateTransferManager, RPCManager rpcManager, Notifier notifier, CommandsFactory factory, DataContainer dataContainer, BuddyFqnTransformer transformer)
           
 

Uses of RPCManager in org.jboss.cache.commands
 

Fields in org.jboss.cache.commands declared as RPCManager
protected  RPCManager CommandsFactoryImpl.rpcManager
           
 

Methods in org.jboss.cache.commands with parameters of type RPCManager
 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 RPCManager in org.jboss.cache.commands.remote
 

Methods in org.jboss.cache.commands.remote with parameters of type RPCManager
 void StateTransferControlCommand.init(RPCManager rpcManager)
           
 

Uses of RPCManager in org.jboss.cache.config
 

Methods in org.jboss.cache.config that return RPCManager
 RPCManager RuntimeConfig.getRPCManager()
           
 

Methods in org.jboss.cache.config with parameters of type RPCManager
 void RuntimeConfig.setRPCManager(RPCManager rpcManager)
           
 

Uses of RPCManager in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as RPCManager
protected  RPCManager TxInterceptor.rpcManager
           
protected  RPCManager BaseRpcInterceptor.rpcManager
           
 

Methods in org.jboss.cache.interceptors with parameters of type RPCManager
 void BaseRpcInterceptor.injectComponents(RPCManager rpcManager, BuddyManager buddyManager, ReplicationQueue replicationQueue, TransactionTable txTable, CommandsFactory commandsFactory)
           
 void TxInterceptor.intialize(RPCManager rpcManager, ContextFactory contextFactory, Notifier notifier, InvocationContextContainer icc, TransactionLog transactionLog, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 void InvocationContextInterceptor.setDependencies(RPCManager rpcManager)
           
 

Uses of RPCManager in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that return RPCManager
 RPCManager CacheInvocationDelegate.getRPCManager()
           
 

Methods in org.jboss.cache.invocation with parameters of type RPCManager
 void CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager, CacheLoaderManager cacheLoaderManager, Notifier notifier, TransactionManager transactionManager, BuddyManager buddyManager, TransactionTable transactionTable, RPCManager rpcManager, RegionManager regionManager, Marshaller marshaller, CommandsFactory commandsFactory, DataContainer dataContainer, MVCCNodeHelper mvccHelper, BatchContainer batchContainer)
           
 

Uses of RPCManager in org.jboss.cache.marshall
 

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

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

Uses of RPCManager in org.jboss.cache.transaction
 

Methods in org.jboss.cache.transaction with parameters of type RPCManager
 void TransactionTable.initialize(TransactionManager transactionManager, RPCManager rpcManager, ContextFactory contextFactory)
           
 



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