Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.factories.AbstractComponentRegistry.Component

Packages that use AbstractComponentRegistry.Component
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. 
 

Uses of AbstractComponentRegistry.Component in org.infinispan.factories
 

Methods in org.infinispan.factories that return AbstractComponentRegistry.Component
protected  AbstractComponentRegistry.Component AbstractComponentRegistry.lookupComponent(String componentClassName, String componentName, boolean nameIsFQCN)
           
protected  AbstractComponentRegistry.Component ComponentRegistry.lookupComponent(String componentClassName, String name, boolean nameIsFQCN)
           
protected  AbstractComponentRegistry.Component ComponentRegistry.lookupLocalComponent(String componentClassName, String name, boolean nameIsFQCN)
           
 

Methods in org.infinispan.factories that return types with arguments of type AbstractComponentRegistry.Component
 Set<AbstractComponentRegistry.Component> AbstractComponentRegistry.getRegisteredComponents()
          Returns an immutable set containing all the components that exists in the repository at this moment.
 

Uses of AbstractComponentRegistry.Component in org.infinispan.jmx
 

Methods in org.infinispan.jmx that return types with arguments of type AbstractComponentRegistry.Component
protected  Set<AbstractComponentRegistry.Component> CacheJmxRegistration.getNonCacheComponents(Set<AbstractComponentRegistry.Component> components)
           
 

Method parameters in org.infinispan.jmx with type arguments of type AbstractComponentRegistry.Component
protected  ComponentsJmxRegistration CacheJmxRegistration.buildRegistrar(Set<AbstractComponentRegistry.Component> components)
           
protected  ComponentsJmxRegistration CacheManagerJmxRegistration.buildRegistrar(Set<AbstractComponentRegistry.Component> components)
           
protected abstract  ComponentsJmxRegistration AbstractJmxRegistration.buildRegistrar(Set<AbstractComponentRegistry.Component> components)
           
protected  Set<AbstractComponentRegistry.Component> CacheJmxRegistration.getNonCacheComponents(Set<AbstractComponentRegistry.Component> components)
           
protected  boolean AbstractJmxRegistration.registerMBeans(Set<AbstractComponentRegistry.Component> components, GlobalConfiguration globalConfig)
          Registers a set of MBean components and returns true if successfully registered; false otherwise.
protected  void AbstractJmxRegistration.unregisterMBeans(Set<AbstractComponentRegistry.Component> components)
           
 

Constructor parameters in org.infinispan.jmx with type arguments of type AbstractComponentRegistry.Component
ComponentsJmxRegistration(MBeanServer mBeanServer, Set<AbstractComponentRegistry.Component> components, String groupName)
          C-tor.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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