Add a listener to an MBean.
Parameters: listener - implementation of the listener object Parameters: filter - implementation of the filter object or nullif no filtering is required Parameters: handback - A handback object associated with each notificationsent by this notification broadcaster. throws: IllegalArgumentException - if listener is null
Removes a listener from an MBean.
Parameters: listener - the listener object to remove throws: ListenerNotFoundException - if the listener was not found