Ejemplo n.º 1
0
 /** MBeanNotification support - delegates to broadcaster. */
 public void removeNotificationListener(
     NotificationListener listener, NotificationFilter filter, Object handback)
     throws ListenerNotFoundException {
   broadcaster.removeNotificationListener(listener, filter, handback);
 }
Ejemplo n.º 2
0
 public void removeNotificationListener(
     NotificationListener listener, NotificationFilter filter, Object handback)
     throws RuntimeOperationsException, ListenerNotFoundException {
   m_generalBroadcaster.removeNotificationListener(listener, filter, handback);
 }
Ejemplo n.º 3
0
 /** MBeanNotification support - delegates to broadcaster. */
 public void removeNotificationListener(NotificationListener listener)
     throws ListenerNotFoundException {
   broadcaster.removeNotificationListener(listener);
 }
Ejemplo n.º 4
0
 public void removeNotificationListener(NotificationListener listener)
     throws RuntimeOperationsException, ListenerNotFoundException {
   m_generalBroadcaster.removeNotificationListener(listener);
 }