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 CompositeData.getCompositeType()
          Retrieve the composite type for this composite data
 CompositeType CompositeDataSupport.getCompositeType()
           
 CompositeType TabularType.getRowType()
          Retrieve the row type
 

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



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