Uses of Interface
org.jboss.cache.RPCManager

Packages that use RPCManager
org.jboss.cache   
org.jboss.cache.commands.read   
org.jboss.cache.config   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
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 RegionManager.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 LifecycleManager.initialize(Configuration configuration, Notifier notifier, RegionManager regionManager, NodeFactory nodeFactory, DataContainer cacheData, BuddyManager buddyManager, RPCManager rpcManager, ComponentRegistry componentRegistry)
           
 

Uses of RPCManager in org.jboss.cache.commands.read
 

Methods in org.jboss.cache.commands.read with parameters of type RPCManager
 void GravitateDataCommand.initialize(DataContainer dataContainer, RPCManager manager, CacheSPI spi)
           
 

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.factories
 

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

Uses of RPCManager in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as 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, Notifier notifier, InvocationContextContainer icc, LifecycleManager lifecycleManager, CommandsFactory factory)
           
 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)
           
 

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, Configuration configuration)
           
 



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