| java.lang.Object example.Listener
getNotificationCount | public int getNotificationCount()(Code) | | Returns the count of notifications received.
|
handleNotification | public void handleNotification(Notification notif, Object handback)(Code) | | Handles the notification.
Parameters: notif - the notification sent by the event's MBean Parameters: handback - an opaque object configured when the listenerwas configured. |
toString | public String toString()(Code) | | Returns a printable version of the resource.
|
|
|