Uses of Class
org.apache.commons.modeler.Registry

Packages that use Registry
org.apache.commons.modeler The Modeler component of the Apache Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification. 
org.apache.commons.modeler.modules Implementation classes - should not be used directly. 
 

Uses of Registry in org.apache.commons.modeler
 

Fields in org.apache.commons.modeler declared as Registry
protected  Registry BaseModelMBean.registry
          Registry we are associated with
 

Methods in org.apache.commons.modeler that return Registry
static Registry Registry.getRegistry()
          Deprecated. Not enough info - use the method that takes CL and domain
 Registry BaseModelMBean.getRegistry()
           
static Registry Registry.getRegistry(java.lang.Object key, java.lang.Object guard)
          Factory method to create (if necessary) and return our Registry instance.
 

Methods in org.apache.commons.modeler with parameters of type Registry
 void BaseModelMBean.setRegistry(Registry registry)
           
 

Uses of Registry in org.apache.commons.modeler.modules
 

Methods in org.apache.commons.modeler.modules with parameters of type Registry
 ManagedBean MbeansDescriptorsIntrospectionSource.createManagedBean(Registry registry, java.lang.String domain, java.lang.Class realClass, java.lang.String type)
          XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructors
 ManagedBean MbeansDescriptorsDynamicMBeanSource.createManagedBean(Registry registry, java.lang.String domain, java.lang.Object realObj, java.lang.String type)
          XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructors
 java.util.List ModelerSource.loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)
          Load data, returns a list of items.
 java.util.List MbeansSource.loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)
           
 java.util.List MbeansDescriptorsSerSource.loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)
           
 java.util.List MbeansDescriptorsIntrospectionSource.loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)
           
 java.util.List MbeansDescriptorsDynamicMBeanSource.loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)
           
 java.util.List MbeansDescriptorsDOMSource.loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)
           
 java.util.List MbeansDescriptorsDigesterSource.loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)
           
 void MbeansSource.setRegistry(Registry reg)
           
 void MbeansDescriptorsSerSource.setRegistry(Registry reg)
           
 void MbeansDescriptorsIntrospectionSource.setRegistry(Registry reg)
           
 void MbeansDescriptorsDynamicMBeanSource.setRegistry(Registry reg)
           
 void MbeansDescriptorsDOMSource.setRegistry(Registry reg)
           
 void MbeansDescriptorsDigesterSource.setRegistry(Registry reg)
           
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.