| 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 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 tabularType,
int initialCapacity,
float loadFactor)
Creates an empty TabularDataSupport instance whose open-type is tabularType,
and whose underlying HashMap has the specified initial capacity and load factor.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.