Package com.tailf.ncs.snmp.snmp4j
Interface NotificationHandler
- All Known Implementing Classes:
FilterAckInforms
,FilterKnownIPAddresses
,FilterOutNonNotifications
public interface NotificationHandler
Interface that all Handlers must implement
to be able to register for the NotificationReceiver
-
Method Summary
Modifier and TypeMethodDescriptionprocessPdu
(EventContext context, org.snmp4j.CommandResponderEvent event, Object opaque) Filter method
-
Method Details
-
processPdu
HandlerResponse processPdu(EventContext context, org.snmp4j.CommandResponderEvent event, Object opaque) throws Exception Filter method- Parameters:
event
- Snmp4j CommandResponderEventopaque
- object supplied with this Handler at registration- Throws:
Exception
-