站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.openmbean.CompositeType (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.openmbean.CompositeType

Packages that use CompositeType
javax.management.openmbean   
 

Uses of CompositeType in javax.management.openmbean
 

Methods in javax.management.openmbean that return CompositeType
 CompositeType TabularType.getRowType()
          Retrieve the row type
 CompositeType CompositeDataSupport.getCompositeType()
           
 CompositeType CompositeData.getCompositeType()
          Retrieve the composite type for this composite data
 

Constructors in javax.management.openmbean with parameters of type CompositeType
TabularType(String typeName, String description, CompositeType rowType, String[] indexNames)
          Construct a tabular type.
CompositeDataSupport(CompositeType compositeType, String[] itemNames, Object[] itemValues)
          Construct Composite Data
CompositeDataSupport(CompositeType compositeType, Map items)
          Construct Composite Data
 



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