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

Packages that use ComponentRegistry
org.jboss.cache   
org.jboss.cache.factories   
org.jboss.cache.loader   
 

Uses of ComponentRegistry in org.jboss.cache
 

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

Methods in org.jboss.cache with parameters of type ComponentRegistry
 void LifecycleManager.initialize(Configuration configuration, Notifier notifier, RegionManager regionManager, NodeFactory nodeFactory, DataContainer cacheData, BuddyManager buddyManager, RPCManager rpcManager, ComponentRegistry componentRegistry)
           
 

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)
           
 

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)
           
 



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