public interface SnmpNotificationHandler
SnmpListener
to receive
SNMP notifications (traps, informs).Modifier and Type | Method and Description |
---|---|
Boolean |
handleNotification(SnmpNotificationEvent event)
Notifies the recipient that a notification was received by the
associated listener.
|
Boolean handleNotification(SnmpNotificationEvent event)
event
- an event containing the subject notificationtrue
to indicate that the recipient has handled the
notification and that other handlers (of lower priority) not yet
invoked should not be notifiedCopyright © 2012–2015. All rights reserved.