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 TabularData.getTabularType()
          Retrieve the tabular type for this tabular data
 TabularType TabularDataSupport.getTabularType()
           
 

Constructors in javax.management.openmbean with parameters of type TabularType
TabularDataSupport(TabularType tabularType)
          Construct Tabular Data with an initial capacity of 101 and a load factor of 0.75
TabularDataSupport(TabularType tabularType, int initialCapacity, float loadFactor)
          Construct Tabular Data
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.