| Package | Description |
|---|---|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeType |
CompositeDataSupport.getCompositeType()
Returns the
composite type of this
composite data instance.
|
CompositeType |
CompositeData.getCompositeType()
Returns the
composite type of this
composite data instance.
|
CompositeType |
TabularType.getRowType()
Returns the type of the row elements of tabular data values described by this
TabularType instance.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
CompositeDataView.toCompositeData(CompositeType
Return a
CompositeData corresponding to the values in this object.
|
| Constructor and Description | |
|---|---|
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[].
|
|
TabularType(String
Constructs a
TabularType instance, checking for the validity of the given parameters.
|