Uses of Interface javax.management.openmbean.CompositeData

Uses in package javax.management.openmbean

Classes implementing javax.management.openmbean.CompositeData

class
Provides an implementation of the CompositeData interface.

Methods with parameter type javax.management.openmbean.CompositeData

Object[]
Calculates the index the specified CompositeData value would have, if it was to be added to this TabularData instance.
boolean
Returns true iff this instance of the TabularData class contains the specified CompositeData value.
void
Adds the specified CompositeData value to the table.
void
Adds each of the specified CompositeData values to the table.

Methods with return type javax.management.openmbean.CompositeData

CompositeData
Retrieves the CompositeData value for the specified key, or null if no such mapping exists.
CompositeData
Removes the CompositeData value located at the specified index.

Uses in package java.lang.management

Methods with parameter type javax.management.openmbean.CompositeData

MemoryNotificationInfo
Returns a MemoryNotificationInfo instance using the values given in the supplied CompositeData object.
MemoryUsage
Returns a MemoryUsage instance using the values given in the supplied CompositeData object.
ThreadInfo
Returns a ThreadInfo instance using the values given in the supplied CompositeData object.