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