- 所有超级接口:
-
EventListener
- 所有已知实现类:
-
RelationService
应该由希望接收通知的对象实现。
- 自1.5版本起:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleNotification
(Notification notification, Object handback) 当发生JMX通知时调用。
-
Method Details
-
handleNotification
当发生JMX通知时调用。该方法的实现应尽快返回,以避免阻塞其通知广播器。- 参数:
-
notification
- 通知。 -
handback
- 一个不透明对象,帮助监听器关联有关MBean发射器的信息。此对象传递给addNotificationListener调用,并在不修改的情况下重新发送给监听器。
-