Modifier and Type | Field and Description |
---|---|
protected InterceptorChain |
AbstractNodeFactory.interceptorChain |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected InterceptorChain |
CommandsFactoryImpl.invoker |
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 |
DataGravitationCleanupCommand.initialize(BuddyManager buddyManager,
InterceptorChain invoker,
TransactionTable transactionTable,
CommandsFactory commandsFactory,
DataContainer dataContainer,
BuddyFqnTransformer buddyFqnTransformer) |
void |
ClusteredGetCommand.initialize(DataContainer dataContainer,
InterceptorChain interceptorChain) |
void |
ReplicateCommand.initialize(InterceptorChain interceptorChain) |
Modifier and Type | Method and Description |
---|---|
InterceptorChain |
InterceptorChainFactory.buildInterceptorChain() |
Modifier and Type | Field and Description |
---|---|
protected InterceptorChain |
AbstractInvocationDelegate.invoker |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInvocationDelegate.initialize(Configuration configuration,
InvocationContextContainer invocationContextContainer,
ComponentRegistry componentRegistry,
InterceptorChain interceptorChain)
Used by the interceptor chain factory to inject dependencies.
|
Modifier and Type | Field and Description |
---|---|
protected InterceptorChain |
CommandAwareRpcDispatcher.interceptorChain |
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) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.