|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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,
NotifierImpl notifier,
CommandsFactory factory,
DataContainerImpl dataContainer)
|
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,
DataContainerImpl dataContainer,
NotifierImpl 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 |
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,
NotifierImpl notifier,
InvocationContextContainer icc,
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,
NotifierImpl notifier,
TransactionManager transactionManager,
BuddyManager buddyManager,
TransactionTable transactionTable,
RPCManager rpcManager,
RegionManager regionManager,
Marshaller marshaller,
CommandsFactory commandsFactory,
DataContainerImpl 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |