| Package | Description |
|---|---|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> ArrayType |
ArrayType.getArrayType(OpenType
Create an
ArrayType instance in a type-safe manner.
|
| Constructor and Description | |
|---|---|
ArrayType(int dimension, OpenType
Constructs an
ArrayType instance describing
open data values which are arrays with dimension dimension of elements whose
open type is elementType.
|
|
ArrayType(SimpleType
Constructs a unidimensional
ArrayType instance for the supplied
SimpleType.
|
|
CompositeDataSupport(CompositeType
Constructs a
CompositeDataSupport instance with the specified
compositeType, whose item names and corresponding values are given by the mappings in the map
items.
|
|
CompositeDataSupport(CompositeType
Constructs a
CompositeDataSupport instance with the specified
compositeType, whose item values are specified by
itemValues[], in the same order as in
itemNames[].
|
|
CompositeType(String
Constructs a
CompositeType instance, checking for the validity of the given parameters.
|
|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified
name,
openType,
description and
defaultValue, and the specified read/write access properties.
|
|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean, with the specified
name,
openType,
description,
defaultValue,
minValue and
maxValue.
|
|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified
name,
openType,
description,
defaultValue and
legalValues, and the specified read/write access properties.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType,
description and
defaultValue.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType,
description,
defaultValue,
minValue and
maxValue.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType,
description,
defaultValue and
legalValues.
|
|
OpenType(String
Constructs an
OpenType instance (actually a subclass instance as
OpenType is abstract), checking for the validity of the given parameters.
|
|
TabularType(String
Constructs a
TabularType instance, checking for the validity of the given parameters.
|