Uses of Class
javax.management.openmbean.TabularType
Package
Description
Provides the open data types and Open MBean descriptor classes.
-
Uses of TabularType in javax.management.openmbean
Modifier and TypeMethodDescriptionTabularData.getTabularType()
Returns the tabular type describing thisTabularData
instance.TabularDataSupport.getTabularType()
Returns the tabular type describing thisTabularData
instance.ModifierConstructorDescriptionTabularDataSupport
(TabularType tabularType) Creates an emptyTabularDataSupport
instance whose open-type is tabularType, and whose underlyingHashMap
has a default initial capacity (101) and default load factor (0.75).TabularDataSupport
(TabularType tabularType, int initialCapacity, float loadFactor) Creates an emptyTabularDataSupport
instance whose open-type is tabularType, and whose underlyingHashMap
has the specified initial capacity and load factor.