| Package | Description |
|---|---|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OpenMBeanAttributeInfo
Describes an attribute of an open MBean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenMBeanAttributeInfoSupport
Describes an attribute of an open MBean.
|
class |
OpenMBeanParameterInfoSupport
Describes a parameter used in one or more operations or constructors of an open MBean.
|
| Constructor and Description | |
|---|---|
OpenMBeanConstructorInfoSupport(String
Constructs an
OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified
name,
description and
signature.
|
|
OpenMBeanConstructorInfoSupport(String
Constructs an
OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified
name,
description,
signature, and
descriptor.
|
|
OpenMBeanOperationInfoSupport(String
Constructs an
OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified
name,
description,
signature,
returnOpenType and
impact.
|
|
OpenMBeanOperationInfoSupport(String
Constructs an
OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified
name,
description,
signature,
returnOpenType,
impact, and
descriptor.
|