Uses of Class
javax.management.openmbean.TabularType
Package | Description |
---|---|
javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
-
Uses of TabularType in javax.management.openmbean
Methods in javax.management.openmbean that return TabularType Modifier and Type Method Description TabularType
TabularData. getTabularType()
Returns the tabular type describing thisTabularData
instance.TabularType
TabularDataSupport. getTabularType()
Returns the tabular type describing thisTabularData
instance.Constructors in javax.management.openmbean with parameters of type TabularType Constructor Description TabularDataSupport(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.