Uses of Class
org.apache.commons.modeler.modules.ModelerSource
-
Packages that use ModelerSource 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 ModelerSource in org.apache.commons.modeler
Fields in org.apache.commons.modeler declared as ModelerSource Modifier and Type Field Description protected ModelerSourceBaseModelMBean. sourceSource object used to read this mbean.Constructors in org.apache.commons.modeler with parameters of type ModelerSource Constructor Description BaseModelMBean(String type, ModelerSource source) -
Uses of ModelerSource in org.apache.commons.modeler.modules
Subclasses of ModelerSource in org.apache.commons.modeler.modules Modifier and Type Class Description classMbeansDescriptorsDigesterSourceclassMbeansDescriptorsDOMSourceclassMbeansDescriptorsDynamicMBeanSourceExtract metadata from a dynamic mbean.classMbeansDescriptorsIntrospectionSourceclassMbeansDescriptorsSerSourceclassMbeansSourceThis will create mbeans based on a config file.
-