| Package | Description |
|---|---|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| Modifier and Type | Method and Description |
|---|---|
TabularType |
TabularData.getTabularType()
Returns the
tabular type describing this
TabularData instance.
|
TabularType |
TabularDataSupport.getTabularType()
Returns the
tabular type describing this
TabularData instance.
|
| Constructor and Description | |
|---|---|
TabularDataSupport(TabularType
Creates an empty
TabularDataSupport instance whose open-type is tabularType, and whose underlying
HashMap has a default initial capacity (101) and default load factor (0.75).
|
|
TabularDataSupport(TabularType
Creates an empty
TabularDataSupport instance whose open-type is tabularType, and whose underlying
HashMap has the specified initial capacity and load factor.
|