Class PlatformMBeanProvider
java.lang.Object
com.ibm.lang.management.internal.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.
-
Constructor Summary
Constructors -
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()Returns a list of PlatformComponent instances describing the Platform MBeans provided by this provider.- Returns:
- a list of PlatformComponent instances describing the Platform MBeans provided by this provider.
-