Uses of Class
org.infinispan.factories.ComponentRegistry

Packages that use ComponentRegistry
org.infinispan   
org.infinispan.config   
org.infinispan.factories   
org.infinispan.interceptors   
 

Uses of ComponentRegistry in org.infinispan
 

Fields in org.infinispan declared as ComponentRegistry
protected  ComponentRegistry CacheDelegate.componentRegistry
           
 

Methods in org.infinispan that return ComponentRegistry
 ComponentRegistry CacheDelegate.getComponentRegistry()
           
 ComponentRegistry AdvancedCache.getComponentRegistry()
           
 ComponentRegistry AbstractDelegatingAdvancedCache.getComponentRegistry()
           
 

Methods in org.infinispan with parameters of type ComponentRegistry
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, Marshaller marshaller, ResponseGenerator responseGenerator, CacheManager cacheManager, StateTransferManager stateTransferManager)
           
 

Uses of ComponentRegistry in org.infinispan.config
 

Fields in org.infinispan.config declared as ComponentRegistry
protected  ComponentRegistry AbstractNamedCacheConfigurationBean.cr
           
 

Uses of ComponentRegistry in org.infinispan.factories
 

Fields in org.infinispan.factories declared as ComponentRegistry
protected  ComponentRegistry AbstractNamedCacheComponentFactory.componentRegistry
           
 

Methods in org.infinispan.factories that return ComponentRegistry
 ComponentRegistry GlobalComponentRegistry.getNamedComponentRegistry(String name)
           
 

Methods in org.infinispan.factories with parameters of type ComponentRegistry
static InterceptorChainFactory InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry, Configuration configuration)
           
 void GlobalComponentRegistry.registerNamedComponentRegistry(ComponentRegistry componentRegistry, String name)
           
 

Constructors in org.infinispan.factories with parameters of type ComponentRegistry
BootstrapFactory(AdvancedCache advancedCache, Configuration configuration, ComponentRegistry componentRegistry)
           
 

Uses of ComponentRegistry in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type ComponentRegistry
 void TxInterceptor.intialize(CacheManager cacheManager, ContextFactory contextFactory, CacheNotifier notifier, InvocationContextContainer icc, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager, TransactionLog transactionLog)
           
 



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