Package kieker.monitoring.writer.jmx
Class KiekerJmxMonitoringLog
java.lang.Object
javax.management.NotificationBroadcasterSupport
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleannewMonitoringRecord(IMonitoringRecord record) Consumes the given record by sending a notification.Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
-
Constructor Details
-
KiekerJmxMonitoringLog
-
-
Method Details
-
newMonitoringRecord
Consumes the given record by sending a notification.- Parameters:
record- The record to consume.- Returns:
- Always true.
-