| 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.
|
| Class and Description |
|---|
| AttributeInfo
Internal configuration information for an
Attribute
descriptor. |
| BaseModelMBean
Basic implementation of the
ModelMBean interface, which
supports the minimal requirements of the interface contract. |
| BaseNotificationBroadcaster
Implementation of
NotificationBroadcaster for attribute
change notifications. |
| ConstructorInfo
Internal configuration information for a
Constructor
descriptor. |
| FeatureInfo
Convenience base class for
AttributeInfo,
ConstructorInfo, and OperationInfo classes
that will be used to collect configuration information for the
ModelMBean beans exposed for management. |
| FieldInfo
Simple JavaBean representing the contents of a
<field>
element in an MBeans descriptor file. |
| ManagedBean
Internal configuration information for a managed bean (MBean)
descriptor.
|
| NotificationInfo
Internal configuration information for a
Notification
descriptor. |
| OperationInfo
Internal configuration information for an
Operation
descriptor. |
| ParameterInfo
Internal configuration information for a
Parameter
descriptor. |
| Registry
Registry for modeler MBeans.
|
| RegistryMBean
Interface for modeler MBeans.
|
| Class and Description |
|---|
| ManagedBean
Internal configuration information for a managed bean (MBean)
descriptor.
|
| Registry
Registry for modeler MBeans.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.