Uses of Class
org.apache.commons.modeler.Registry
Packages that use Registry
Package
Description
The Modeler component of the Jakarta Commons subproject
offers convenient support for configuring and instantiating Model MBeans
(management beans), as described in the JMX Specification.
Implementation classes - should not be used directly.
-
Uses of Registry in org.apache.commons.modeler
Fields in org.apache.commons.modeler declared as RegistryModifier and TypeFieldDescriptionprotected Registry
BaseModelMBean.registry
Registry we are associated withprivate static Registry
Registry.registry
The registry instance created by our factory method the first time it is called.Methods in org.apache.commons.modeler that return RegistryModifier and TypeMethodDescriptionBaseModelMBean.getRegistry()
static Registry
Registry.getRegistry()
Deprecated.Not enough info - use the method that takes CL and domainstatic Registry
Registry.getRegistry
(Object key, Object guard) Factory method to create (if necessary) and return ourRegistry
instance.Methods in org.apache.commons.modeler with parameters of type Registry -
Uses of Registry in org.apache.commons.modeler.mbeans
Fields in org.apache.commons.modeler.mbeans declared as Registry -
Uses of Registry in org.apache.commons.modeler.modules
Fields in org.apache.commons.modeler.modules declared as RegistryModifier and TypeFieldDescription(package private) Registry
MbeansDescriptorsDigesterSource.registry
(package private) Registry
MbeansDescriptorsDOMSource.registry
(package private) Registry
MbeansDescriptorsDynamicMBeanSource.registry
(package private) Registry
MbeansDescriptorsIntrospectionSource.registry
(package private) Registry
MbeansDescriptorsSerSource.registry
(package private) Registry
MbeansSource.registry
Methods in org.apache.commons.modeler.modules with parameters of type RegistryModifier and TypeMethodDescriptionMbeansDescriptorsDynamicMBeanSource.createManagedBean
(Registry registry, String domain, Object realObj, 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 constructorsMbeansDescriptorsIntrospectionSource.createManagedBean
(Registry registry, String domain, Class realClass, 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 constructorsMbeansDescriptorsDigesterSource.loadDescriptors
(Registry registry, String location, String type, Object source) MbeansDescriptorsDOMSource.loadDescriptors
(Registry registry, String location, String type, Object source) MbeansDescriptorsDynamicMBeanSource.loadDescriptors
(Registry registry, String location, String type, Object source) MbeansDescriptorsIntrospectionSource.loadDescriptors
(Registry registry, String location, String type, Object source) MbeansDescriptorsSerSource.loadDescriptors
(Registry registry, String location, String type, Object source) MbeansSource.loadDescriptors
(Registry registry, String location, String type, Object source) ModelerSource.loadDescriptors
(Registry registry, String location, String type, Object source) Load data, returns a list of items.void
MbeansDescriptorsDigesterSource.setRegistry
(Registry reg) void
MbeansDescriptorsDOMSource.setRegistry
(Registry reg) void
MbeansDescriptorsDynamicMBeanSource.setRegistry
(Registry reg) void
MbeansDescriptorsIntrospectionSource.setRegistry
(Registry reg) void
MbeansDescriptorsSerSource.setRegistry
(Registry reg) void
MbeansSource.setRegistry
(Registry reg)