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