Uses of Class
javax.management.openmbean.TabularType
- 
Packages that use TabularType Package Description javax.management.openmbean Provides the open data types and Open MBean descriptor classes.
- 
- 
Uses of TabularType in javax.management.openmbeanMethods in javax.management.openmbean that return TabularType Modifier and Type Method Description TabularTypeTabularData. getTabularType()Returns the tabular type describing thisTabularDatainstance.TabularTypeTabularDataSupport. getTabularType()Returns the tabular type describing thisTabularDatainstance.Constructors in javax.management.openmbean with parameters of type TabularType Constructor Description TabularDataSupport(TabularType tabularType)Creates an emptyTabularDataSupportinstance whose open-type is tabularType, and whose underlyingHashMaphas a default initial capacity (101) and default load factor (0.75).TabularDataSupport(TabularType tabularType, int initialCapacity, float loadFactor)Creates an emptyTabularDataSupportinstance whose open-type is tabularType, and whose underlyingHashMaphas the specified initial capacity and load factor.
 
-