Uses of Class
org.apache.commons.modeler.Registry
-
Packages that use Registry Package Description org.apache.commons.modeler 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.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 Modifier and Type Field Description protected RegistryBaseModelMBean. registryRegistry we are associated withMethods in org.apache.commons.modeler that return Registry Modifier and Type Method Description RegistryBaseModelMBean. getRegistry()static RegistryRegistry. getRegistry()Deprecated.Not enough info - use the method that takes CL and domainstatic RegistryRegistry. getRegistry(Object key, Object guard)Factory method to create (if necessary) and return ourRegistryinstance.Methods in org.apache.commons.modeler with parameters of type Registry Modifier and Type Method Description voidBaseModelMBean. setRegistry(Registry registry) -
Uses of Registry in org.apache.commons.modeler.modules
Methods in org.apache.commons.modeler.modules with parameters of type Registry Modifier and Type Method Description ManagedBeanMbeansDescriptorsDynamicMBeanSource. 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 constructorsManagedBeanMbeansDescriptorsIntrospectionSource. 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 constructorsListMbeansDescriptorsDigesterSource. loadDescriptors(Registry registry, String location, String type, Object source)ListMbeansDescriptorsDOMSource. loadDescriptors(Registry registry, String location, String type, Object source)ListMbeansDescriptorsDynamicMBeanSource. loadDescriptors(Registry registry, String location, String type, Object source)ListMbeansDescriptorsIntrospectionSource. loadDescriptors(Registry registry, String location, String type, Object source)ListMbeansDescriptorsSerSource. loadDescriptors(Registry registry, String location, String type, Object source)ListMbeansSource. loadDescriptors(Registry registry, String location, String type, Object source)ListModelerSource. loadDescriptors(Registry registry, String location, String type, Object source)Load data, returns a list of items.voidMbeansDescriptorsDigesterSource. setRegistry(Registry reg)voidMbeansDescriptorsDOMSource. setRegistry(Registry reg)voidMbeansDescriptorsDynamicMBeanSource. setRegistry(Registry reg)voidMbeansDescriptorsIntrospectionSource. setRegistry(Registry reg)voidMbeansDescriptorsSerSource. setRegistry(Registry reg)voidMbeansSource. setRegistry(Registry reg)
-