Uses of Class javax.management.openmbean.CompositeType

Uses in package javax.management.openmbean

Constructors with parameter type javax.management.openmbean.CompositeType

Constructs a new CompositeDataSupport instance with the specified type using field names and values from the supplied map.
Constructs a new CompositeDataSupport instance with the specified type using the supplied arrays of field names and values.
TabularType.TabularType(String name, String desc, CompositeType rowType, String[] indexNames)
Constructs a new TabularType instance for the given type name, description, row type and index names.

Methods with return type javax.management.openmbean.CompositeType

CompositeType
Returns the composite type which corresponds to this instance of CompositeData.
CompositeType
Returns the composite type which corresponds to this instance of CompositeData.
CompositeType
Returns the type of the rows used by this tabular data structure.