|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalComponentRegistry | |
---|---|
org.infinispan.factories | |
org.infinispan.jmx | |
org.infinispan.remoting |
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> |
DefaultCacheFactory.createAndWire(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName)
|
Cache<K,V> |
DefaultCacheFactory.createCache(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName)
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)
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)
|
Uses of GlobalComponentRegistry in org.infinispan.remoting |
---|
Methods in org.infinispan.remoting with parameters of type GlobalComponentRegistry | |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |