- All Known Subinterfaces:
- ModelMBean, ModelMBeanNotificationBroadcaster, NotificationEmitter
- All Known Implementing Classes:
- CounterMonitor, GaugeMonitor, JMXConnectorServer, MBeanServerDelegate, Monitor, NotificationBroadcasterSupport, RelationService, RequiredModelMBean, RMIConnectorServer, StringMonitor, Timer
- See Also:
- Top Examples, Source Code
void addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
throws IllegalArgumentException
- See Also:
removeNotificationListener(javax.management.NotificationListener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
MBeanNotificationInfo[] getNotificationInfo()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeNotificationListener(NotificationListener listener)
throws ListenerNotFoundException
- See Also:
NotificationEmitter.removeNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
, addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples