Package fish.payara.jmx.monitoring
Class JMXMonitoringFormatter
- java.lang.Object
-
- fish.payara.jmx.monitoring.JMXMonitoringFormatter
-
-
Constructor Summary
Constructors Constructor Description JMXMonitoringFormatter(MBeanServer mBeanServer, List<JMXMonitoringJob> jobs, JMXMonitoringService monitoringService, org.glassfish.hk2.api.messaging.Topic<PayaraNotification> notificationEventBus, PayaraNotificationFactory notificationFactory, Collection<String> enabledNotifiers)Constructor for the JMXMonitoringFormatter class.
-
-
-
Constructor Detail
-
JMXMonitoringFormatter
public JMXMonitoringFormatter(MBeanServer mBeanServer, List<JMXMonitoringJob> jobs, JMXMonitoringService monitoringService, org.glassfish.hk2.api.messaging.Topic<PayaraNotification> notificationEventBus, PayaraNotificationFactory notificationFactory, Collection<String> enabledNotifiers)
Constructor for the JMXMonitoringFormatter class.- Parameters:
mBeanServer- The MBeanServer to monitor.jobs- List of monitoring jobs to perform.monitoringService- the monitoring servicestore- the store that holds the various event factories that are needed to build notification eventsnotificationService- the notification service containing all the notifiers
-
-