java命名空间javax.management.modelmbean类requiredmodelmbean的类成员方法:
removeattributechangenotificationlistener定义及介绍
本文导语:
removeattributechangenotificationlistener
public void removeattributechangenotificationlistener(notificationlistener inlistener,
string inattributename)
throws mbeanexception,
...
removeattributechangenotificationlistener
public void removeattributechangenotificationlistener(notificationlistener inlistener,
string inattributename)
throws mbeanexception,
runtimeoperationsexception,
listenernotfoundexception
- 从接口
modelmbeannotificationbroadcaster
复制的描述
- 从 requiredmodelmbean 移除一个 attributechangenotifications 的侦听器。
- 指定者:
- 接口
modelmbeannotificationbroadcaster
中的 removeattributechangenotificationlistener
- 参数:
inlistener
- 正在处理由注册的 mbean 发出的通知的侦听器名称。此方法将移除与此侦听器相关的所有信息。inattributename
- 侦听器不再为其接收 attributechangenotifications 的属性。如果为 null,则将移除所有 attributechangenotifications 的侦听器。
- 抛出:
mbeanexception
- 包装一个分布式通信异常。
runtimeoperationsexception
- 包装一个 illegalargumentexception 如果 inattributename 参数没有对应一个属性名称。
listenernotfoundexception
- 侦听器未在 mbean 中注册,或为 null。- 另请参见:
modelmbeannotificationbroadcaster.addattributechangenotificationlistener(javax.management.notificationlistener, java.lang.string, java.lang.object)