扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.management.monitor接口stringmonitormbean的类成员方法: setstringtocompare定义及介绍
发布时间:2014-2-18
本文导语:
setstringtocompare
void setstringtocompare(string value)
throws illegalargumentexception
设置要与 observed 属性进行比较的字符串。
参数:value - 字符串值。
抛出:
illegalargumentexception - 如果要比较的指定字符串为 null。另请...