Class PlatformMBeanProvider

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<sun.management.spi.PlatformMBeanProvider.PlatformComponent<?>>
    Returns a list of PlatformComponent instances describing the Platform MBeans provided by this provider.

    Methods declared in class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class sun.management.spi.PlatformMBeanProvider
      Returns:
      a list of PlatformComponent instances describing the Platform MBeans provided by this provider.