Uses of Interface
javax.management.openmbean.CompositeData
Package
Description
This package contains the JDK's extension to
the standard implementation of the
java.lang.management
API and also defines the management
interface for some other components of the platform.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.sun.management
Modifier and TypeMethodDescriptionGarbageCollectionNotificationInfo.toCompositeData
(CompositeType ct) GcInfo.toCompositeData
(CompositeType ct) Return theCompositeData
representation of thisGcInfo
, including any GC-specific attributes.Modifier 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
.static VMOption
VMOption.from
(CompositeData cd) Returns aVMOption
object represented by the givenCompositeData
. -
Uses of CompositeData in java.lang.management
Modifier and TypeMethodDescriptionstatic LockInfo
LockInfo.from
(CompositeData cd) Returns aLockInfo
object represented by the givenCompositeData
.static MemoryNotificationInfo
MemoryNotificationInfo.from
(CompositeData cd) Returns aMemoryNotificationInfo
object represented by the givenCompositeData
.static MemoryUsage
MemoryUsage.from
(CompositeData cd) Returns aMemoryUsage
object represented by the givenCompositeData
.static MonitorInfo
MonitorInfo.from
(CompositeData cd) Returns aMonitorInfo
object represented by the givenCompositeData
.static ThreadInfo
ThreadInfo.from
(CompositeData cd) Returns aThreadInfo
object represented by the givenCompositeData
. -
Uses of CompositeData in javax.management.openmbean
Modifier and TypeClassDescriptionclass
TheCompositeDataSupport
class is the open data class which implements theCompositeData
interface.Modifier 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.Modifier 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.ModifierConstructorDescriptionCompositeDataInvocationHandler
(CompositeData compositeData) Construct a handler backed by the givenCompositeData
. -
Uses of CompositeData in jdk.management.jfr
Modifier 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