Uses of Class
org.jboss.cache.factories.ComponentRegistry

Packages that use ComponentRegistry
org.jboss.cache   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.loader   
org.jboss.cache.marshall   
org.jboss.cache.statetransfer   
 

Uses of ComponentRegistry in org.jboss.cache
 

Fields in org.jboss.cache declared as ComponentRegistry
protected  ComponentRegistry AbstractNodeFactory.componentRegistry
           
 

Methods in org.jboss.cache that return ComponentRegistry
 ComponentRegistry CacheSPI.getComponentRegistry()
          Returns the component registry associated with this cache instance.
 

Methods in org.jboss.cache with parameters of type ComponentRegistry
 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)
           
 

Uses of ComponentRegistry in org.jboss.cache.factories
 

Fields in org.jboss.cache.factories declared as ComponentRegistry
protected  ComponentRegistry ComponentFactory.componentRegistry
           
 

Methods in org.jboss.cache.factories with parameters of type ComponentRegistry
static InterceptorChainFactory InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry, Configuration configuration)
           
 

Constructors in org.jboss.cache.factories with parameters of type ComponentRegistry
BootstrapFactory(CacheSPI cacheSPI, Configuration configuration, ComponentRegistry componentRegistry)
           
ComponentFactory(ComponentRegistry componentRegistry, Configuration configuration)
          Constructs a new ComponentFactory.
 

Uses of ComponentRegistry in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type ComponentRegistry
 void TxInterceptor.intialize(RPCManager rpcManager, ContextFactory contextFactory, Notifier notifier, InvocationContextContainer icc, TransactionLog transactionLog, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of ComponentRegistry in org.jboss.cache.invocation
 

Fields in org.jboss.cache.invocation declared as ComponentRegistry
protected  ComponentRegistry AbstractInvocationDelegate.componentRegistry
           
 

Methods in org.jboss.cache.invocation that return ComponentRegistry
 ComponentRegistry CacheInvocationDelegate.getComponentRegistry()
           
 

Methods in org.jboss.cache.invocation with parameters of type ComponentRegistry
 void AbstractInvocationDelegate.initialize(Configuration configuration, InvocationContextContainer invocationContextContainer, ComponentRegistry componentRegistry, InterceptorChain interceptorChain)
          Used by the interceptor chain factory to inject dependencies.
 

Uses of ComponentRegistry in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with parameters of type ComponentRegistry
 void CacheLoaderManager.injectDependencies(CacheSPI cache, Configuration configuration, RegionManager regionManager, ComponentRegistry registry)
           
 void ChainingCacheLoader.injectDependencies(ComponentRegistry registry)
           
 

Uses of ComponentRegistry in org.jboss.cache.marshall
 

Fields in org.jboss.cache.marshall declared as ComponentRegistry
protected  ComponentRegistry CommandAwareRpcDispatcher.componentRegistry
           
 

Constructors in org.jboss.cache.marshall with parameters of type ComponentRegistry
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.
 

Uses of ComponentRegistry in org.jboss.cache.statetransfer
 

Methods in org.jboss.cache.statetransfer with parameters of type ComponentRegistry
 void DefaultStateTransferIntegrator.inject(CacheSPI<?,?> cache, Configuration cfg, RPCManager rpcManager, TransactionLog txLog, InvocationContextContainer container, InterceptorChain chain, ComponentRegistry registry, CommandsFactory commandsFactory)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.