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 aCompositeData
representing aAvailableProcessorsNotificationInfo
object and attempts to return the rootAvailableProcessorsNotificationInfo
instance.static JvmCpuMonitorInfo
JvmCpuMonitorInfo.from
(CompositeData cd) Receives aCompositeData
representing aJvmCpuMonitorInfo
object and attempts to return the rootJvmCpuMonitorInfo
instance.static MemoryUsage
MemoryUsage.from
(CompositeData cd) Receives aCompositeData
representing aMemoryUsage
ProcessingCapacityNotificationInfo.from
(CompositeData cd) Receives aCompositeData
representing aProcessingCapacityNotificationInfo
object and attempts to return the rootProcessingCapacityNotificationInfo
instance.static ProcessorUsage
ProcessorUsage.from
(CompositeData cd) Receives aCompositeData
representing aProcessorUsage
object and attempts to return the rootProcessorUsage
instance.TotalPhysicalMemoryNotificationInfo.from
(CompositeData cd) Receives aCompositeData
representing aTotalPhysicalMemoryNotificationInfo
object and attempts to return the rootTotalPhysicalMemoryNotificationInfo
instance. -
Uses of CompositeData in com.ibm.virtualization.management
Methods in com.ibm.virtualization.management with parameters of type CompositeDataModifier and TypeMethodDescriptionstatic GuestOSMemoryUsage
GuestOSMemoryUsage.from
(CompositeData cd) Receives aCompositeData
representing aGuestOSMemoryUsage
object and attempts to return the rootGuestOSMemoryUsage
instance.static GuestOSProcessorUsage
GuestOSProcessorUsage.from
(CompositeData cd) Receives aCompositeData
representing aGuestOSProcessorUsage
object and attempts to return the rootGuestOSProcessorUsage
instance. -
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 theCompositeData
representation of thisGarbageCollectionNotificationInfo
.GcInfo.toCompositeData
(CompositeType ct) Return theCompositeData
representation of thisGcInfo
, including any GC-specific attributes.Methods in com.sun.management with parameters of type CompositeDataModifier and TypeMethodDescriptionGarbageCollectionNotificationInfo.from
(CompositeData cd) Returns aGarbageCollectionNotificationInfo
object represented by the givenCompositeData
.static GcInfo
GcInfo.from
(CompositeData cd) Returns aGcInfo
object represented by the givenCompositeData
. -
Uses of CompositeData in java.lang.management
Methods in java.lang.management with parameters of type CompositeDataModifier and TypeMethodDescriptionstatic LockInfo
LockInfo.from
(CompositeData compositeData) Returns aLockInfo
object represented by the givenCompositeData
.static MemoryNotificationInfo
MemoryNotificationInfo.from
(CompositeData cd) Receives aCompositeData
representing aMemoryNotificationInfo
object and attempts to return the rootMemoryNotificationInfo
instance.static MemoryUsage
MemoryUsage.from
(CompositeData cd) Receives aCompositeData
representing aMemoryUsage
object and attempts to return the rootMemoryUsage
instance.static MonitorInfo
MonitorInfo.from
(CompositeData cd) Receives aCompositeData
representing aMonitorInfo
object and attempts to return the rootMonitorInfo
instance.static ThreadInfo
ThreadInfo.from
(CompositeData cd) Receives aCompositeData
representing aThreadInfo
object and attempts to return the rootThreadInfo
instance. -
Uses of CompositeData in javax.management.openmbean
Classes in javax.management.openmbean that implement CompositeDataModifier and TypeClassDescriptionclass
TheCompositeDataSupport
class is the open data class which implements theCompositeData
interface.Methods in javax.management.openmbean that return CompositeDataModifier and TypeMethodDescriptionReturns theCompositeData
value whose index is key, ornull
if there is no value mapping to key, in thisTabularData
instance.Returns theCompositeData
value whose index is key, ornull
if there is no value mapping to key, in thisTabularData
instance.CompositeDataInvocationHandler.getCompositeData()
Return theCompositeData
that was supplied to the constructor.Removes theCompositeData
value whose index is key from thisTabularData
instance, and returns the removed value, or returnsnull
if there is no value whose index is key.Removes theCompositeData
value whose index is key from thisTabularData
instance, and returns the removed value, or returnsnull
if there is no value whose index is key.CompositeDataView.toCompositeData
(CompositeType ct) Return aCompositeData
corresponding 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 thisTabularData
instance 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 thisTabularData
instance to refer to the specified composite data value parameter if it were added to this instance.boolean
TabularData.containsValue
(CompositeData value) Returnstrue
if and only if thisTabularData
instance contains the specifiedCompositeData
value.boolean
TabularDataSupport.containsValue
(CompositeData value) Returnstrue
if and only if thisTabularData
instance contains the specifiedCompositeData
value.void
TabularData.put
(CompositeData value) Adds value to thisTabularData
instance.void
TabularDataSupport.put
(CompositeData value) void
TabularData.putAll
(CompositeData[] values) Add all the elements in values to thisTabularData
instance.void
TabularDataSupport.putAll
(CompositeData[] values) Add all the elements in values to thisTabularData
instance.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 ConfigurationInfo
ConfigurationInfo.from
(CompositeData cd) Returns aConfigurationInfo
object represented by the specifiedCompositeData
.static EventTypeInfo
EventTypeInfo.from
(CompositeData cd) Returns anEventType
represented by the specifiedCompositeData
static RecordingInfo
RecordingInfo.from
(CompositeData cd) Returns aRecordingInfo
represented by the specifiedCompositeData
object.static SettingDescriptorInfo
SettingDescriptorInfo.from
(CompositeData cd) Returns anSettingDescriptorInfo
represented by the specifiedCompositeData