JavaTM 2 Platform
Standard Ed. 6

類別 javax.management.openmbean.TabularType
的使用

使用 TabularType 的軟體套件
javax.management.openmbean 提供開放資料型別和 Open MBean 描述符類別。 
 

javax.management.openmbeanTabularType 的使用
 

返回 TabularTypejavax.management.openmbean 中的方法
 TabularType TabularData.getTabularType()
          返回描述此 TabularData 實例的表格型別
 TabularType TabularDataSupport.getTabularType()
          返回描述此 TabularData 實例的表格型別
 

參數型別為 TabularTypejavax.management.openmbean 中的建構子
TabularDataSupport(TabularType tabularType)
          創建一個空 TabularDataSupport 實例,其開放型別是 tabularType,並且它的基礎 HashMap 具有預設初始容量 (101) 和預設載入因子 (0.75)。
TabularDataSupport(TabularType tabularType, int initialCapacity, float loadFactor)
          創建一個空 TabularDataSupport 實例,其開放型別為 tabularType,它的基礎 HashMap 具有指定的初始容量和載入因子。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only