| Methods in javax.management with parameters of type NotificationListener |
void |
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
|
void |
NotificationBroadcaster.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
|
void |
MBeanServerDelegate.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
|
void |
MBeanServer.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener)
|