java.lang.Object
sun.management.spi.PlatformMBeanProvider
com.ibm.lang.management.internal.PlatformMBeanProvider
public final class PlatformMBeanProvider
extends sun.management.spi.PlatformMBeanProvider
This class implements the service-provider interface to make OpenJ9-specific
MXBeans available. These beans are either in addition to the basic set or
implement non-standard interfaces.
-
Nested Class Summary
Nested classes/interfaces declared in class sun.management.spi.PlatformMBeanProvider
sun.management.spi.PlatformMBeanProvider.PlatformComponent<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<sun.management.spi.PlatformMBeanProvider.PlatformComponent<?>>
Returns a list of PlatformComponent instances describing the Platform MBeans provided by this provider.
-
Constructor Details
-
PlatformMBeanProvider
public PlatformMBeanProvider()
-
-
Method Details
-
getPlatformComponentList
public List<sun.management.spi.PlatformMBeanProvider.PlatformComponent<?>> getPlatformComponentList()Description copied from class:sun.management.spi.PlatformMBeanProvider
Returns a list of PlatformComponent instances describing the Platform MBeans provided by this provider.- Specified by:
getPlatformComponentList
in classsun.management.spi.PlatformMBeanProvider
- Returns:
- a list of PlatformComponent instances describing the Platform MBeans provided by this provider.
-