Class PlatformMBeanProvider

java.lang.Object
com.ibm.lang.management.internal.PlatformMBeanProvider

public final class PlatformMBeanProvider extends Object
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 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.