Modifier and Type | Field and Description |
---|---|
protected ComponentRegistry |
AbstractNodeFactory.componentRegistry |
Modifier and Type | Method and Description |
---|---|
ComponentRegistry |
CacheSPI.getComponentRegistry()
Returns the component registry associated with this cache instance.
|
Modifier and Type | Method and Description |
---|---|
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 ComponentRegistry |
ComponentFactory.componentRegistry |
Modifier and Type | Method and Description |
---|---|
static InterceptorChainFactory |
InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry,
Configuration configuration) |
Constructor and Description |
---|
BootstrapFactory(CacheSPI cacheSPI,
Configuration configuration,
ComponentRegistry componentRegistry) |
ComponentFactory(ComponentRegistry componentRegistry,
Configuration configuration)
Constructs a new ComponentFactory.
|
Modifier and Type | Method and Description |
---|---|
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 ComponentRegistry |
AbstractInvocationDelegate.componentRegistry |
Modifier and Type | Method and Description |
---|---|
ComponentRegistry |
CacheInvocationDelegate.getComponentRegistry() |
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 |
CacheLoaderManager.injectDependencies(CacheSPI cache,
Configuration configuration,
RegionManager regionManager,
ComponentRegistry registry) |
void |
ChainingCacheLoader.injectDependencies(ComponentRegistry registry) |
Modifier and Type | Field and Description |
---|---|
protected ComponentRegistry |
CommandAwareRpcDispatcher.componentRegistry |
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.