- All Implemented Interfaces:
- java.util.EventListener, javax.management.NotificationListener
public class GenericNotificationListener
extends java.lang.Object
implements javax.management.NotificationListener
GenericNotificationListener is a JMX notification listener for generic purpose.
It takes the full classname and the name of the method to handle the
notifications for the constructor. It assumes that the method to hanle the
notifications is void method with the notification as the only one argument.
- Author:
- yannanlu@yahoo.com