Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT internal-b23

Uses of Class
javax.management.openmbean.CompositeType

Packages that use CompositeType
javax.management.openmbean Provides the open data types and Open MBean descriptor classes. 
 

Uses of CompositeType in javax.management.openmbean
 

Methods in javax.management.openmbean that return CompositeType
 CompositeType CompositeDataSupport.getCompositeType()
          Returns the composite type of this composite data instance.
 CompositeType CompositeData.getCompositeType()
          Returns the composite type of this composite data instance.
 CompositeType TabularType.getRowType()
          Returns the type of the row elements of tabular data values described by this TabularType instance.
 

Methods in javax.management.openmbean with parameters of type CompositeType
 CompositeData CompositeDataView.toCompositeData(CompositeType ct)
          Return a CompositeData corresponding to the values in this object.
 

Constructors in javax.management.openmbean with parameters of type CompositeType
CompositeDataSupport(CompositeType compositeType, Map<String,?> items)
           Constructs a CompositeDataSupport instance with the specified compositeType, whose item names and corresponding values are given by the mappings in the map items.
CompositeDataSupport(CompositeType compositeType, String[] itemNames, Object[] itemValues)
           Constructs a CompositeDataSupport instance with the specified compositeType, whose item values are specified by itemValues[], in the same order as in itemNames[].
TabularType(String typeName, String description, CompositeType rowType, String[] indexNames)
          Constructs a TabularType instance, checking for the validity of the given parameters.
 


Java™ Platform
Standard Ed. 7

DRAFT internal-b23

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.