扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.management接口notificationlistener的类成员方法: handlenotification定义及介绍
发布时间:2014-2-18
本文导语:
handlenotification
void handlenotification(notification notification,
object handback)
出现 jmx 通知时调用。此方法的实现应该尽快返回,以避免阻塞其通知广播者。
参数:notification - 通知。handback - 一个不透明对...