KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > NotificationBroadcasterSupport

javax.management
Class NotificationBroadcasterSupport

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
All Implemented Interfaces:
NotificationBroadcaster, NotificationEmitter
Direct Known Subclasses:
JMXConnectorServer, Monitor, RelationService, Timer
See Also:
Top Examples, Source Code, Notification.getSequenceNumber(), NotificationListener.handleNotification, sendNotification

public void addNotificationListener(NotificationListener listener,
                                    NotificationFilter filter,
                                    Object handback)
See Also:
removeNotificationListener(javax.management.NotificationListener), IllegalArgumentException, NotificationBroadcaster
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanNotificationInfo[] getNotificationInfo()
See Also:
NotificationBroadcaster
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void handleNotification(NotificationListener listener,
                                  Notification notif,
                                  Object handback)
See Also:
sendNotification
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NotificationBroadcasterSupport()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotificationListener(NotificationListener listener)
                                throws ListenerNotFoundException
See Also:
NotificationEmitter.removeNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object), NotificationBroadcaster.addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotificationListener(NotificationListener listener,
                                       NotificationFilter filter,
                                       Object handback)
                                throws ListenerNotFoundException
See Also:
NotificationEmitter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void sendNotification(Notification notification)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags