java命名空间javax.management.remote.rmi类rmiconnectionimpl_stub的类成员方法:
removenotificationlistener定义及介绍
本文导语:
removenotificationlistener
public void removenotificationlistener(objectname $param_objectname_1,
objectname $param_objectname_2,
subject $param_subject_3)
throws ioexception,
...
removenotificationlistener
public void removenotificationlistener(objectname $param_objectname_1,
objectname $param_objectname_2,
subject $param_subject_3)
throws ioexception,
instancenotfoundexception,
listenernotfoundexception
- 从接口
rmiconnection
复制的描述
- 处理
mbeanserverconnection.removenotificationlistener(objectname, objectname)
方法。
- 指定者:
- 接口
rmiconnection
中的 removenotificationlistener
- 参数:
$param_objectname_1
- 应在其上移除侦听器的 mbean 的名称。$param_objectname_2
- 要移除的侦听器的对象名。$param_subject_3
- 包含委托 principal 的 subject
,如果使用了验证 principal,则为 null
。
- 抛出:
ioexception
- 如果出现通用通信异常。
instancenotfoundexception
- 所提供的 mbean 名称不与任何已注册 mbean 匹配。
listenernotfoundexception
- 侦听器未在 mbean 中注册。- 另请参见:
rmiconnection.addnotificationlistener(javax.management.objectname, javax.management.objectname, java.rmi.marshalledobject, java.rmi.marshalledobject, javax.security.
iis7站长之家.subject)