Uses of Class
javax.management.openmbean.TabularType

Packages that use TabularType
javax.management.openmbean Provides the open data types and open mbean descriptors classes. 
 

Uses of TabularType in javax.management.openmbean
 

Methods in javax.management.openmbean that return TabularType
 TabularType TabularDataSupport.getTabularType()
          Returns the tabular type describing this TabularData instance.
 TabularType TabularData.getTabularType()
          Returns the tabular type describing this TabularData instance.
 

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.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.