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 CompositeDataSupport.getCompositeType()
           
 CompositeType CompositeData.getCompositeType()
           
 CompositeType TabularType.getRowType()
           
 

Constructors in javax.management.openmbean with parameters of type CompositeType
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 items names and corresponding values are given by the mappings in the map items.
TabularType(java.lang.String typeName, java.lang.String description, CompositeType rowType, java.lang.String[] indexNames)
          Constructs a TabularType instance Parameters: typeName - the name given to this tabularType instance, cannot be null or empty description - the human readable description of the tabularType this instance refers to cannot be null or empty rowType - the type of the row elements of tabular data values described by this tabular type instance cannot be null indexNames - the names of the items which are used to uniquely index each row element in the tabular data values, cannot be null or empty
- each element should be an item name defined in rowType.
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.