| Removes a listener from this MBean. The MBean must have a
listener that exactly matches the given listener ,
filter , and handback parameters. If
there is more than one such listener, only one is removed.
The filter and handback parameters
may be null if and only if they are null in a listener to be
removed.
Parameters: listener - A listener that was previously added to thisMBean. Parameters: filter - The filter that was specified when the listenerwas added. Parameters: handback - The handback that was specified when the listener wasadded. exception: ListenerNotFoundException - The listener is notregistered with the MBean, or it is not registered with thegiven filter and handback. |