扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.management.timer接口timermbean的类成员方法: removenotifications定义及介绍
发布时间:2014-2-18
本文导语:
removenotifications
void removenotifications(string type)
throws instancenotfoundexception
从通知列表中移除与指定的类型对应的所有计时器通知。
参数:type - 计时器通知类型。
抛出:
instancenotfoundexception - 如果指定的类型...