| Package | Description |
|---|---|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
CompositeType |
CompositeData.getCompositeType() |
Returns the composite type of this composite data instance.
|
CompositeType |
CompositeDataSupport.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 | Description |
|---|---|---|
CompositeData |
CompositeDataView.toCompositeData(CompositeType ct) |
Return a
CompositeData corresponding to the values in
this object. |
| Constructor | Description |
|---|---|
CompositeDataSupport(CompositeType compositeType,
String[] itemNames,
Object[] itemValues) |
Constructs a
CompositeDataSupport instance with the specified
compositeType, whose item values
are specified by itemValues[], in the same order as in
itemNames[]. |
CompositeDataSupport(CompositeType compositeType,
Map<String,?> items) |
Constructs a
CompositeDataSupport instance with the specified compositeType,
whose item names and corresponding values
are given by the mappings in the map items. |
TabularType(String typeName,
String description,
CompositeType rowType,
String[] indexNames) |
Constructs a
TabularType instance, checking for the validity of the given parameters. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2