扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.management.monitor接口countermonitormbean的类成员方法: setthreshold定义及介绍
发布时间:2014-2-18
本文导语:
setthreshold
@deprecated
void setthreshold(number value)
throws illegalargumentexception
已过时。 从 jmx 1.2 开始,由 setinitthreshold(java.lang.number) 取代
设置阈值。
参数:value - 阈值。
抛出:
illegalargumentexception - 指定的阈值为 nul...