public class BroadcastMonitorThread extends NotificationBroadcasterSupport implements Runnable
Constructor and Description |
---|
BroadcastMonitorThread() |
BroadcastMonitorThread(MonitoringConfiguration configuration)
BroadcastMonitorThread constructor - uses supplied MonitoringConfiguration.
|
Modifier and Type | Method and Description |
---|---|
String |
getBroadcastUri() |
long |
getWaitTime() |
void |
prepare()
prepare for execution.
|
void |
run()
Get all relevant JMX beans, convert their values to strings, and then persist them.
|
void |
shutdown() |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
public BroadcastMonitorThread()
public BroadcastMonitorThread(MonitoringConfiguration configuration)
configuration
- MonitoringConfigurationpublic void run()
public void prepare()
public void shutdown()
public String getBroadcastUri()
public long getWaitTime()
Copyright © 2018 The Apache Software Foundation. All rights reserved.