java命名空间javax.management.modelmbean类modelmbeaninfosupport的类成员方法:
getdescriptors定义及介绍
本文导语:
getdescriptors
public descriptor[] getdescriptors(string indescriptortype)
throws mbeanexception,
runtimeoperationsexception
从接口 modelmbeaninfo 复制的描述
返回由 indescriptortype 类型的 modelmbeaninfo 的所有 descr...
getdescriptors
public descriptor[] getdescriptors(string indescriptortype)
throws mbeanexception,
runtimeoperationsexception
- 从接口
modelmbeaninfo
复制的描述
- 返回由 indescriptortype 类型的 modelmbeaninfo 的所有 descriptor 组成的 descriptor 数组。
- 指定者:
- 接口
modelmbeaninfo
中的 getdescriptors
- 参数:
indescriptortype
- 必须为要返回的描述符设置的 descriptortype 字段值。必须为 "mbean"、"attribute"、"operation"、"constructor" 或 "notification"。如果它为 null 或空,则将返回所有类型。
- 返回:
- 包含 indescriptortype 类型的 modelmbean 的所有描述符的 descriptor 数组。
- 抛出:
mbeanexception
- 包装一个分布式通信异常。
runtimeoperationsexception
- 当参数中的 descriptortype 不是以下值之一时,包装一个 illegalargumentexception:"mbean"、"attribute"、"operation"、"constructor"、"notification"、空、 null。- 另请参见:
modelmbeaninfo.setdescriptors(javax.management.descriptor[])