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.
|
Modifier and Type | Field and Description |
---|---|
protected ModelerSource |
BaseModelMBean.source
Source object used to read this mbean.
|
Constructor and Description |
---|
BaseModelMBean(String type,
ModelerSource source) |
Modifier and Type | Class and 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.
|
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.