扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.management.monitor接口gaugemonitormbean的类成员方法: setthresholds定义及介绍
发布时间:2014-2-18
本文导语:
setthresholds
void setthresholds(number highvalue,
number lowvalue)
throws illegalargumentexception
设置高、低阈值。
参数:highvalue - 高阈值。lowvalue - 低阈值。
抛出:
illegalargumentexception - 指定的高/低阈值为 null,...