Uses of Class
org.infinispan.factories.GlobalComponentRegistry

Packages that use GlobalComponentRegistry
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.lifecycle Component lifecycle. 
org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. 
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.tree This package contains the TreeCache. 
 

Uses of GlobalComponentRegistry in org.infinispan.factories
 

Fields in org.infinispan.factories declared as GlobalComponentRegistry
protected  GlobalComponentRegistry AbstractComponentFactory.globalComponentRegistry
           
 

Methods in org.infinispan.factories that return GlobalComponentRegistry
 GlobalComponentRegistry ComponentRegistry.getGlobalComponentRegistry()
           
 

Methods in org.infinispan.factories with parameters of type GlobalComponentRegistry
protected  AdvancedCache<K,V> InternalCacheFactory.createAndWire(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName, ReflectionCache reflectionCache)
           
 Cache<K,V> InternalCacheFactory.createCache(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName, ReflectionCache reflectionCache)
          This implementation clones the configuration passed in before using it.
 

Constructors in org.infinispan.factories with parameters of type GlobalComponentRegistry
ComponentRegistry(String cacheName, Configuration configuration, AdvancedCache cache, GlobalComponentRegistry globalComponents, ReflectionCache reflectionCache)
          Creates an instance of the component registry.
 

Uses of GlobalComponentRegistry in org.infinispan.jmx
 

Methods in org.infinispan.jmx with parameters of type GlobalComponentRegistry
 void CacheManagerJmxRegistration.init(GlobalComponentRegistry registry, GlobalConfiguration configuration)
           
protected  void CacheJmxRegistration.updateDomain(ComponentsJmxRegistration registrar, GlobalComponentRegistry componentRegistry, MBeanServer mBeanServer, String groupName)
           
 

Uses of GlobalComponentRegistry in org.infinispan.lifecycle
 

Methods in org.infinispan.lifecycle with parameters of type GlobalComponentRegistry
 void ModuleLifecycle.cacheManagerStarted(GlobalComponentRegistry gcr)
           
 void AbstractModuleLifecycle.cacheManagerStarted(GlobalComponentRegistry gcr)
           
 void ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr)
           
 void AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr)
           
 void ModuleLifecycle.cacheManagerStopped(GlobalComponentRegistry gcr)
           
 void AbstractModuleLifecycle.cacheManagerStopped(GlobalComponentRegistry gcr)
           
 void ModuleLifecycle.cacheManagerStopping(GlobalComponentRegistry gcr)
           
 void AbstractModuleLifecycle.cacheManagerStopping(GlobalComponentRegistry gcr)
           
 

Uses of GlobalComponentRegistry in org.infinispan.lucene
 

Methods in org.infinispan.lucene with parameters of type GlobalComponentRegistry
 void LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr)
           
 

Uses of GlobalComponentRegistry in org.infinispan.remoting
 

Methods in org.infinispan.remoting with parameters of type GlobalComponentRegistry
 void InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr, StreamingMarshaller marshaller, EmbeddedCacheManager embeddedCacheManager, Transport transport, GlobalConfiguration globalConfiguration)
           
 

Uses of GlobalComponentRegistry in org.infinispan.tree
 

Methods in org.infinispan.tree with parameters of type GlobalComponentRegistry
 void LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr)
           
 



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