Uses of Interface
javax.management.openmbean.CompositeData
Packages that use CompositeData
Package
Description
OpenJ9 management extensions to java.lang.management.
OpenJ9 management extensions relating to execution within a Guest
(Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.
Extensions of
java.lang.management.Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
Provides the open data types and Open MBean descriptor classes.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
-
Uses of CompositeData in com.ibm.lang.management
Methods in com.ibm.lang.management with parameters of type CompositeDataModifier and TypeMethodDescriptionAvailableProcessorsNotificationInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aAvailableProcessorsNotificationInfoobject and attempts to return the rootAvailableProcessorsNotificationInfoinstance.static JvmCpuMonitorInfoJvmCpuMonitorInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aJvmCpuMonitorInfoobject and attempts to return the rootJvmCpuMonitorInfoinstance.static MemoryUsageMemoryUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aMemoryUsageProcessingCapacityNotificationInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aProcessingCapacityNotificationInfoobject and attempts to return the rootProcessingCapacityNotificationInfoinstance.static ProcessorUsageProcessorUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aProcessorUsageobject and attempts to return the rootProcessorUsageinstance.TotalPhysicalMemoryNotificationInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aTotalPhysicalMemoryNotificationInfoobject and attempts to return the rootTotalPhysicalMemoryNotificationInfoinstance. -
Uses of CompositeData in com.ibm.virtualization.management
Methods in com.ibm.virtualization.management with parameters of type CompositeDataModifier and TypeMethodDescriptionstatic GuestOSMemoryUsageGuestOSMemoryUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aGuestOSMemoryUsageobject and attempts to return the rootGuestOSMemoryUsageinstance.static GuestOSProcessorUsageGuestOSProcessorUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aGuestOSProcessorUsageobject and attempts to return the rootGuestOSProcessorUsageinstance. -
Uses of CompositeData in com.sun.management
Classes in com.sun.management that implement CompositeDataMethods in com.sun.management that return CompositeDataModifier and TypeMethodDescriptionGarbageCollectionNotificationInfo.toCompositeData(CompositeType ct) Return theCompositeDatarepresentation of thisGarbageCollectionNotificationInfo.GcInfo.toCompositeData(CompositeType ct) Return theCompositeDatarepresentation of thisGcInfo, including any GC-specific attributes.Methods in com.sun.management with parameters of type CompositeDataModifier and TypeMethodDescriptionGarbageCollectionNotificationInfo.from(CompositeData cd) Returns aGarbageCollectionNotificationInfoobject represented by the givenCompositeData.static GcInfoGcInfo.from(CompositeData cd) Returns aGcInfoobject represented by the givenCompositeData.static VMOptionVMOption.from(CompositeData cd) Returns aVMOptionobject represented by the givenCompositeData. -
Uses of CompositeData in java.lang.management
Methods in java.lang.management with parameters of type CompositeDataModifier and TypeMethodDescriptionstatic LockInfoLockInfo.from(CompositeData compositeData) Returns aLockInfoobject represented by the givenCompositeData.static MemoryNotificationInfoMemoryNotificationInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aMemoryNotificationInfoobject and attempts to return the rootMemoryNotificationInfoinstance.static MemoryUsageMemoryUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aMemoryUsageobject and attempts to return the rootMemoryUsageinstance.static MonitorInfoMonitorInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aMonitorInfoobject and attempts to return the rootMonitorInfoinstance.static ThreadInfoThreadInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aThreadInfoobject and attempts to return the rootThreadInfoinstance. -
Uses of CompositeData in javax.management.openmbean
Classes in javax.management.openmbean that implement CompositeDataModifier and TypeClassDescriptionclassTheCompositeDataSupportclass is the open data class which implements theCompositeDatainterface.Methods in javax.management.openmbean that return CompositeDataModifier and TypeMethodDescriptionReturns theCompositeDatavalue whose index is key, ornullif there is no value mapping to key, in thisTabularDatainstance.Returns theCompositeDatavalue whose index is key, ornullif there is no value mapping to key, in thisTabularDatainstance.CompositeDataInvocationHandler.getCompositeData()Return theCompositeDatathat was supplied to the constructor.Removes theCompositeDatavalue whose index is key from thisTabularDatainstance, and returns the removed value, or returnsnullif there is no value whose index is key.Removes theCompositeDatavalue whose index is key from thisTabularDatainstance, and returns the removed value, or returnsnullif there is no value whose index is key.CompositeDataView.toCompositeData(CompositeType ct) Return aCompositeDatacorresponding to the values in this object.Methods in javax.management.openmbean with parameters of type CompositeDataModifier and TypeMethodDescriptionObject[]TabularData.calculateIndex(CompositeData value) Calculates the index that would be used in thisTabularDatainstance to refer to the specified composite data value parameter if it were added to this instance.Object[]TabularDataSupport.calculateIndex(CompositeData value) Calculates the index that would be used in thisTabularDatainstance to refer to the specified composite data value parameter if it were added to this instance.booleanTabularData.containsValue(CompositeData value) Returnstrueif and only if thisTabularDatainstance contains the specifiedCompositeDatavalue.booleanTabularDataSupport.containsValue(CompositeData value) Returnstrueif and only if thisTabularDatainstance contains the specifiedCompositeDatavalue.voidTabularData.put(CompositeData value) Adds value to thisTabularDatainstance.voidTabularDataSupport.put(CompositeData value) voidTabularData.putAll(CompositeData[] values) Add all the elements in values to thisTabularDatainstance.voidTabularDataSupport.putAll(CompositeData[] values) Add all the elements in values to thisTabularDatainstance.Constructors in javax.management.openmbean with parameters of type CompositeDataModifierConstructorDescriptionCompositeDataInvocationHandler(CompositeData compositeData) Construct a handler backed by the givenCompositeData. -
Uses of CompositeData in jdk.management.jfr
Methods in jdk.management.jfr with parameters of type CompositeDataModifier and TypeMethodDescriptionstatic ConfigurationInfoConfigurationInfo.from(CompositeData cd) Returns aConfigurationInfoobject represented by the specifiedCompositeData.static EventTypeInfoEventTypeInfo.from(CompositeData cd) Returns anEventTyperepresented by the specifiedCompositeDatastatic RecordingInfoRecordingInfo.from(CompositeData cd) Returns aRecordingInforepresented by the specifiedCompositeDataobject.static SettingDescriptorInfoSettingDescriptorInfo.from(CompositeData cd) Returns anSettingDescriptorInforepresented by the specifiedCompositeData