public abstract class

ClusterMBeanObserver

extends Object
implements NotificationListener
java.lang.Object
   ↳ org.apache.helix.monitoring.mbeans.ClusterMBeanObserver

Summary

Fields
protected final String _domain
protected MBeanServerConnection _server
Public Constructors
ClusterMBeanObserver(String domain)
Public Methods
void disconnect()
void handleNotification(Notification notification, Object handback)
abstract void onMBeanRegistered(MBeanServerConnection server, MBeanServerNotification mbsNotification)
abstract void onMBeanUnRegistered(MBeanServerConnection server, MBeanServerNotification mbsNotification)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.management.NotificationListener

Fields

protected final String _domain

protected MBeanServerConnection _server

Public Constructors

Public Methods

public void disconnect ()

public void handleNotification (Notification notification, Object handback)

public abstract void onMBeanRegistered (MBeanServerConnection server, MBeanServerNotification mbsNotification)

public abstract void onMBeanUnRegistered (MBeanServerConnection server, MBeanServerNotification mbsNotification)