Kieker 1.9

kieker.monitoring.writer.jmx
Class KiekerJMXMonitoringLog

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by kieker.monitoring.writer.jmx.KiekerJMXMonitoringLog
All Implemented Interfaces:
NotificationBroadcaster, NotificationEmitter, KiekerJMXMonitoringLogMBean

public final class KiekerJMXMonitoringLog
extends NotificationBroadcasterSupport
implements KiekerJMXMonitoringLogMBean

Since:
1.4
Author:
Jan Waller

Constructor Summary
KiekerJMXMonitoringLog(ObjectName kiekerMonitoringLogName)
           
 
Method Summary
 boolean newMonitoringRecord(IMonitoringRecord record)
          Consumes the given record by sending a notification.
 
Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, removeNotificationListener, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KiekerJMXMonitoringLog

public KiekerJMXMonitoringLog(ObjectName kiekerMonitoringLogName)
Method Detail

newMonitoringRecord

public final boolean newMonitoringRecord(IMonitoringRecord record)
Consumes the given record by sending a notification.

Parameters:
record - The record to consume.
Returns:
Always true.

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net