| Package | Description |
|---|---|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayType<T>
The
ArrayType class is the
open type class whose instances describe all
open data values which are n-dimensional arrays of
open data values.
|
class |
CompositeType
The
CompositeType class is the
open type class whose instances describe the types of
CompositeData values.
|
class |
SimpleType<T>
The
SimpleType class is the
open type class whose instances describe all
open data values which are neither arrays, nor
CompositeData values, nor
TabularData values.
|
class |
TabularType
The
TabularType class is the
open type class whose instances describe the types of
TabularData values.
|
| Modifier and Type | Method and Description |
|---|---|
OpenType |
ArrayType.getElementOpenType()
Returns the
open type of element values contained in the arrays described by this
ArrayType instance.
|
OpenType |
OpenMBeanParameterInfoSupport.getOpenType()
Returns the open type for the values of the parameter described by this
OpenMBeanParameterInfoSupport instance.
|
OpenType |
OpenMBeanParameterInfo.getOpenType()
Returns the
open type of the values of the parameter described by this
OpenMBeanParameterInfo instance.
|
OpenType |
OpenMBeanAttributeInfoSupport.getOpenType()
Returns the open type for the values of the attribute described by this
OpenMBeanAttributeInfoSupport instance.
|
OpenType |
OpenMBeanOperationInfo.getReturnOpenType()
Returns the
open type of the values returned by the operation described by this
OpenMBeanOperationInfo instance.
|
OpenType |
OpenMBeanOperationInfoSupport.getReturnOpenType()
Returns the
open type of the values returned by the operation described by this
OpenMBeanOperationInfo instance.
|
OpenType |
CompositeType.getType(String
Returns the
open type of the item whose name is itemName, or
null if this
CompositeType instance does not define any item whose name is itemName.
|
| 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.
|
|
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 and
description, 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, read/write access properties, and
Descriptor.
|
|
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.
|
|
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.
|
|
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 and
description.
|
|
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
descriptor.
|
|
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.
|