Class JVMStatsProviderBootstrap

  • All Implemented Interfaces:
    fish.payara.monitoring.collect.MonitoringDataSource, org.glassfish.hk2.api.PostConstruct

    @Service
    @RunLevel(value=20,
              mode=0)
    public class JVMStatsProviderBootstrap
    extends Object
    implements org.glassfish.hk2.api.PostConstruct, fish.payara.monitoring.collect.MonitoringDataSource
    Starts the various JVM monitoring MBeans
    Author:
    PRASHANTH ABBAGANI
    • Constructor Detail

      • JVMStatsProviderBootstrap

        public JVMStatsProviderBootstrap()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct
      • collect

        public void collect​(fish.payara.monitoring.collect.MonitoringDataCollector collector)
        Specified by:
        collect in interface fish.payara.monitoring.collect.MonitoringDataSource