Class KiekerJmxMonitoringLog

java.lang.Object
javax.management.NotificationBroadcasterSupport
kieker.monitoring.writer.jmx.KiekerJmxMonitoringLog
All Implemented Interfaces:
javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, KiekerJmxMonitoringLogMBean

public final class KiekerJmxMonitoringLog
extends javax.management.NotificationBroadcasterSupport
implements KiekerJmxMonitoringLogMBean
Since:
1.4
Author:
Jan Waller
  • Constructor Summary

    Constructors 
    Constructor Description
    KiekerJmxMonitoringLog​(javax.management.ObjectName kiekerMonitoringLogName)  
  • Method Summary

    Modifier and Type Method Description
    boolean newMonitoringRecord​(IMonitoringRecord record)
    Consumes the given record by sending a notification.

    Methods inherited from class javax.management.NotificationBroadcasterSupport

    addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KiekerJmxMonitoringLog

      public KiekerJmxMonitoringLog​(javax.management.ObjectName kiekerMonitoringLogName)
  • Method Details

    • newMonitoringRecord

      public boolean newMonitoringRecord​(IMonitoringRecord record)
      Consumes the given record by sending a notification.
      Parameters:
      record - The record to consume.
      Returns:
      Always true.