扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.management.modelmbean类descriptorsupport的类成员方法: descriptorsupport定义及介绍
发布时间:2014-2-18
本文导语:
descriptorsupport
public descriptorsupport(string[] fieldnames,
object[] fieldvalues)
throws runtimeoperationsexception
带有字段名称和字段值的构造方法。两个数组都不可以为 null。
参数:fieldnames - 字段名称的 string ...