public class JMXNotificationListener extends Object implements NotificationListener
| Constructor and Description |
|---|
JMXNotificationListener() |
JMXNotificationListener(String prefix,
JMXEventRecorder recorder,
ObjectName name) |
JMXNotificationListener(String prefix,
JMXEventRecorder recorder,
ObjectName name,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleNotification(Notification notification,
Object handback) |
void |
setFilterBasedonSource(boolean filterBasedonSource) |
public JMXNotificationListener(String prefix, JMXEventRecorder recorder, ObjectName name)
public JMXNotificationListener(String prefix, JMXEventRecorder recorder, ObjectName name, String filter)
public JMXNotificationListener()
public void setFilterBasedonSource(boolean filterBasedonSource)
public void handleNotification(Notification notification, Object handback)
handleNotification in interface NotificationListenerCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.