Uses of Class
javax.management.openmbean.CompositeType
Packages that use CompositeType
Package
Description
Extensions of
java.lang.management
.Provides the open data types and Open MBean descriptor classes.
-
Uses of CompositeType in com.sun.management
Methods in com.sun.management that return CompositeTypeModifier and TypeMethodDescriptionGcInfo.getCompositeType()
Returns the composite type of this composite data instance.Methods in com.sun.management with parameters of type CompositeTypeModifier and TypeMethodDescriptionGarbageCollectionNotificationInfo.toCompositeData
(CompositeType ct) Return theCompositeData
representation of thisGarbageCollectionNotificationInfo
.GcInfo.toCompositeData
(CompositeType ct) Return theCompositeData
representation of thisGcInfo
, including any GC-specific attributes. -
Uses of CompositeType in javax.management.openmbean
Methods in javax.management.openmbean that return CompositeTypeModifier and TypeMethodDescriptionCompositeData.getCompositeType()
Returns the composite type of this composite data instance.CompositeDataSupport.getCompositeType()
Returns the composite type of this composite data instance.TabularType.getRowType()
Returns the type of the row elements of tabular data values described by thisTabularType
instance.Methods in javax.management.openmbean with parameters of type CompositeTypeModifier and TypeMethodDescriptionCompositeDataView.toCompositeData
(CompositeType ct) Return aCompositeData
corresponding to the values in this object.Constructors in javax.management.openmbean with parameters of type CompositeTypeModifierConstructorDescriptionCompositeDataSupport
(CompositeType compositeType, String[] itemNames, Object[] itemValues) Constructs aCompositeDataSupport
instance with the specifiedcompositeType
, whose item values are specified byitemValues[]
, in the same order as initemNames[]
.CompositeDataSupport
(CompositeType compositeType, Map<String, ?> items) Constructs aCompositeDataSupport
instance with the specifiedcompositeType
, whose item names and corresponding values are given by the mappings in the mapitems
.TabularType
(String typeName, String description, CompositeType rowType, String[] indexNames) Constructs aTabularType
instance, checking for the validity of the given parameters.