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.mbeans 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 withprivate static RegistryRegistry. registryThe registry instance created by our factory method the first time it is called.Methods 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(java.lang.Object key, java.lang.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.mbeans
Fields in org.apache.commons.modeler.mbeans declared as Registry Modifier and Type Field Description (package private) RegistrySimpleRemoteConnector. reg -
Uses of Registry in org.apache.commons.modeler.modules
Fields in org.apache.commons.modeler.modules declared as Registry Modifier and Type Field Description (package private) RegistryMbeansDescriptorsDigesterSource. registry(package private) RegistryMbeansDescriptorsDOMSource. registry(package private) RegistryMbeansDescriptorsDynamicMBeanSource. registry(package private) RegistryMbeansDescriptorsIntrospectionSource. registry(package private) RegistryMbeansDescriptorsSerSource. registry(package private) RegistryMbeansSource. registryMethods in org.apache.commons.modeler.modules with parameters of type Registry Modifier and Type Method Description ManagedBeanMbeansDescriptorsDynamicMBeanSource. 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 constructorsManagedBeanMbeansDescriptorsIntrospectionSource. 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 constructorsjava.util.ListMbeansDescriptorsDigesterSource. loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)java.util.ListMbeansDescriptorsDOMSource. loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)java.util.ListMbeansDescriptorsDynamicMBeanSource. loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)java.util.ListMbeansDescriptorsIntrospectionSource. loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)java.util.ListMbeansDescriptorsSerSource. loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)java.util.ListMbeansSource. loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source)java.util.ListModelerSource. loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.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)
-