扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.management.modelmbean类modelmbeanattributeinfo的类成员方法: clone定义及介绍
发布时间:2014-2-18
本文导语:
clone
public object clone()
创建并返回新的 modelmbeanattributeinfo,它是此 modelmbeanattributeinfo 的副本。
覆盖:类 mbeanattributeinfo 中的 clone
返回:此实例的一个副本。
抛出:
runtimeoperationsexception - 如果 names 或 values 字段的值为非法值...