Modifier and Type | Field and Description |
---|---|
protected InvocationContextContainer |
AbstractNodeFactory.invocationContextContainer |
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 | Method and Description |
---|---|
void |
InterceptorChain.initialize(InvocationContextContainer invocationContextContainer) |
void |
TxInterceptor.intialize(RPCManager rpcManager,
ContextFactory contextFactory,
Notifier notifier,
InvocationContextContainer icc,
TransactionLog transactionLog,
CommandsFactory factory,
ComponentRegistry componentRegistry,
LockManager lockManager) |
Modifier and Type | Field and Description |
---|---|
protected InvocationContextContainer |
AbstractInvocationDelegate.invocationContextContainer |
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 | Method and Description |
---|---|
void |
MVCCLockManager.injectDependencies(DataContainer dataContainer,
CacheSPI cache,
TransactionManager transactionManager,
InvocationContextContainer invocationContextContainer) |
Modifier and Type | Field and Description |
---|---|
protected InvocationContextContainer |
CommandAwareRpcDispatcher.invocationContextContainer |
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) |
Constructor and Description |
---|
OwnableReentrantLock(InvocationContextContainer invocationContextContainer)
Creates a new lock instance.
|
OwnableReentrantSharedLockContainer(int concurrencyLevel,
InvocationContextContainer icc)
Creates a new LockContainer which uses a certain number of shared locks across all elements that need to be locked.
|
PerElementOwnableReentrantLockContainer(int concurrencyLevel,
InvocationContextContainer icc) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.