Uses of Class
javax.management.openmbean.TabularType

Packages that use TabularType
javax.management.openmbean   
 

Uses of TabularType in javax.management.openmbean
 

Methods in javax.management.openmbean that return TabularType
 TabularType TabularDataSupport.getTabularType()
          get the TabularType that this instance contains
 TabularType TabularData.getTabularType()
           
 

Constructors in javax.management.openmbean with parameters of type TabularType
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
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.