Uses of Class
org.infinispan.factories.ComponentRegistry

Packages that use ComponentRegistry
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.lifecycle Component lifecycle. 
org.infinispan.query.impl   
 

Uses of ComponentRegistry in org.infinispan
 

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

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

Methods in org.infinispan with parameters of type ComponentRegistry
 void CacheImpl.injectDependencies(EvictionManager evictionManager, InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, StateTransferManager stateTransferManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager)
           
 

Uses of ComponentRegistry in org.infinispan.commands.remote
 

Fields in org.infinispan.commands.remote declared as ComponentRegistry
protected  ComponentRegistry BaseRpcCommand.componentRegistry
           
 

Methods in org.infinispan.commands.remote that return ComponentRegistry
 ComponentRegistry CacheRpcCommand.getComponentRegistry()
          Retrieves the component registry associated with this command
 ComponentRegistry BaseRpcCommand.getComponentRegistry()
           
 

Methods in org.infinispan.commands.remote with parameters of type ComponentRegistry
 void CacheRpcCommand.injectComponents(Configuration cfg, ComponentRegistry cr)
          Sets up some more context for the invocation of this command, so that these components wouldn't need to be looked up again later.
 void BaseRpcCommand.injectComponents(Configuration configuration, ComponentRegistry componentRegistry)
           
 

Uses of ComponentRegistry in org.infinispan.commands.tx
 

Fields in org.infinispan.commands.tx declared as ComponentRegistry
protected  ComponentRegistry AbstractTransactionBoundaryCommand.componentRegistry
           
 

Methods in org.infinispan.commands.tx that return ComponentRegistry
 ComponentRegistry AbstractTransactionBoundaryCommand.getComponentRegistry()
           
 

Methods in org.infinispan.commands.tx with parameters of type ComponentRegistry
 void AbstractTransactionBoundaryCommand.injectComponents(Configuration configuration, ComponentRegistry componentRegistry)
           
 

Uses of ComponentRegistry in org.infinispan.config
 

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

Methods in org.infinispan.config with parameters of type ComponentRegistry
 void Configuration.inject(ComponentRegistry cr)
           
 void AbstractNamedCacheConfigurationBean.inject(ComponentRegistry 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 InvocationContextInterceptor.init(TransactionManager tm, ComponentRegistry componentRegistry, TransactionTable txTable)
           
 

Uses of ComponentRegistry in org.infinispan.lifecycle
 

Methods in org.infinispan.lifecycle with parameters of type ComponentRegistry
 void ModuleLifecycle.cacheStarted(ComponentRegistry cr, String cacheName)
           
 void AbstractModuleLifecycle.cacheStarted(ComponentRegistry cr, String cacheName)
           
 void ModuleLifecycle.cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
           
 void AbstractModuleLifecycle.cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
           
 void ModuleLifecycle.cacheStopped(ComponentRegistry cr, String cacheName)
           
 void AbstractModuleLifecycle.cacheStopped(ComponentRegistry cr, String cacheName)
           
 void ModuleLifecycle.cacheStopping(ComponentRegistry cr, String cacheName)
           
 void AbstractModuleLifecycle.cacheStopping(ComponentRegistry cr, String cacheName)
           
 

Uses of ComponentRegistry in org.infinispan.query.impl
 

Methods in org.infinispan.query.impl with parameters of type ComponentRegistry
 void LifecycleManager.cacheStarted(ComponentRegistry cr, String cacheName)
           
 void LifecycleManager.cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
          Registers the Search interceptor in the cache before it gets started
 void LifecycleManager.cacheStopped(ComponentRegistry cr, String cacheName)
           
 void LifecycleManager.cacheStopping(ComponentRegistry cr, String cacheName)
           
 


-->

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