Modifier and Type | Class and Description |
---|---|
class |
RPCManagerImpl
Manager that handles all RPC calls between JBoss Cache instances
|
Modifier and Type | Field and Description |
---|---|
protected RPCManager |
RegionManagerImpl.rpcManager |
Modifier and Type | Method and Description |
---|---|
RPCManager |
CacheSPI.getRPCManager()
Gets a handle of the RPC manager.
|
Modifier and Type | Method and Description |
---|---|
void |
RegionManagerImpl.injectDependencies(CacheSPI cache,
Configuration configuration,
RPCManager rpcManager,
LockManager lockManager,
BuddyFqnTransformer transformer,
RegionRegistry regionsRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
BuddyManager.injectDependencies(CacheSPI cache,
Configuration configuration,
RegionManager regionManager,
StateTransferManager stateTransferManager,
RPCManager rpcManager,
Notifier notifier,
CommandsFactory factory,
DataContainer dataContainer,
BuddyFqnTransformer transformer) |
Modifier and Type | Field and Description |
---|---|
protected RPCManager |
CommandsFactoryImpl.rpcManager |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.initialize(RPCManager rpc,
DataContainer dataContainer,
Notifier notifier,
BuddyManager buddyManager,
InterceptorChain invoker,
TransactionTable transactionTable,
CacheSPI cacheSpi,
Configuration configuration,
TransactionManager txManager,
BuddyFqnTransformer buddyFqnTransformer) |
Modifier and Type | Method and Description |
---|---|
void |
StateTransferControlCommand.init(RPCManager rpcManager) |
Modifier and Type | Method and Description |
---|---|
RPCManager |
RuntimeConfig.getRPCManager() |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeConfig.setRPCManager(RPCManager rpcManager) |
Modifier and Type | Field and Description |
---|---|
protected RPCManager |
BaseRpcInterceptor.rpcManager |
protected RPCManager |
TxInterceptor.rpcManager |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
RPCManager |
CacheInvocationDelegate.getRPCManager() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionTable.initialize(TransactionManager transactionManager,
RPCManager rpcManager,
ContextFactory contextFactory) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.