Remove a listener from a registered managed object.
param
name The name of the managed object on which the listener should be removed.
param
listener The listener object which will handle the notifications emitted by the registered managed object.
This method will remove all the information related to this listener.
exception
InstanceNotFoundException The managed object name provided does not match any of the registered managed objects.
exception
ListenerNotFoundException The listener is not registered in the managed object.
exception
RemoteException A communication exception occurred during the execution of a remote method call