java命名空间javax.management.modelmbean类modelmbeaninfosupport的类成员方法:
setmbeandescriptor定义及介绍
本文导语:
setmbeandescriptor
public void setmbeandescriptor(descriptor inmbeandescriptor)
throws mbeanexception,
runtimeoperationsexception
从接口 modelmbeaninfo 复制的描述
设置 modelmbean 的描述符。此描述符包含默认的、关于 ...
setmbeandescriptor
public void setmbeandescriptor(descriptor inmbeandescriptor)
throws mbeanexception,
runtimeoperationsexception
- 从接口
modelmbeaninfo
复制的描述
- 设置 modelmbean 的描述符。此描述符包含默认的、关于 mbean 和默认持久性及缓存策略的 mbean 级元数据。此操作执行描述符的完全替换,不执行合并。如果要设置的描述符为 null,则将创建默认描述符。默认描述符为:name=mbeanname、descriptortype=mbean、displayname=this.getclassname()、 persistpolicy=never、log=f、visibility
iis7站长之家=f、visibility=1 如果描述符不包含所有这些字段,则将以这些默认值添加它们。
有关有效字段名称的描述,请参阅
getmbeandescriptor
方法的 javadoc。
- 指定者:
- 接口
modelmbeaninfo
中的 setmbeandescriptor
- 参数:
inmbeandescriptor
- 要设置的描述符。
- 抛出:
mbeanexception
- 包装一个分布式通信异常。
runtimeoperationsexception
- 包装无效描述符的 illegalargumentexception。- 另请参见:
modelmbeaninfo.getmbeandescriptor()