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 ModelerSource
BaseModelMBean. source
Source object used to read this mbean.Methods in org.apache.commons.modeler that return ModelerSource Modifier and Type Method Description private ModelerSource
Registry. getModelerSource(java.lang.String type)
Constructors in org.apache.commons.modeler with parameters of type ModelerSource Constructor Description BaseModelMBean(java.lang.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 class
MbeansDescriptorsDigesterSource
class
MbeansDescriptorsDOMSource
class
MbeansDescriptorsDynamicMBeanSource
Extract metadata from a dynamic mbean.class
MbeansDescriptorsIntrospectionSource
class
MbeansDescriptorsSerSource
class
MbeansSource
This will create mbeans based on a config file.
-