Uses of Class
javax.management.openmbean.CompositeType

Packages that use CompositeType
javax.management.openmbean Provides the open data types and open mbean descriptors classes. 
 

Uses of CompositeType in javax.management.openmbean
 

Methods in javax.management.openmbean that return CompositeType
 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.
 CompositeType CompositeDataSupport.getCompositeType()
          Returns the composite type of this composite data instance.
 

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


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.