javax.management.j2ee

Interface ListenerRegistration

public interface ListenerRegistration extends Serializable

Method Summary
voidaddNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
voidremoveNotificationListener(ObjectName name, NotificationListener listener)

Method Detail

addNotificationListener

public void addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)

removeNotificationListener

public void removeNotificationListener(ObjectName name, NotificationListener listener)