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
|
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. |