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 Type
    Method
    Description
    processPdu(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 CommandResponderEvent
      opaque - object supplied with this Handler at registration
      Throws:
      Exception