Class JMXNotificationProgressListener

java.lang.Object
org.apache.cassandra.utils.progress.jmx.JMXNotificationProgressListener
All Implemented Interfaces:
EventListener, NotificationListener, ProgressListener
Direct Known Subclasses:
BootstrapMonitor, RepairRunner

public abstract class JMXNotificationProgressListener extends Object implements ProgressListener, NotificationListener
JMXNotificationProgressListener uses JMX Notification API to convert JMX Notification message to progress event and notifies its ProgressListeners. This is to be implemented in client tools side.