Class SnmpV2InformAlarmForwarder

    • Constructor Detail

      • SnmpV2InformAlarmForwarder

        public SnmpV2InformAlarmForwarder​(String ip,
                                          int port,
                                          String community,
                                          int timeout,
                                          int retries,
                                          SnmpTrapHelper snmpTrapHelper)
    • Method Detail

      • sendStartSync

        public void sendStartSync()
        Description copied from interface: EventForwarder
        This method should be invoked before flushing sync events The class implementation should send the "startSync" event in the preferred format
        Specified by:
        sendStartSync in interface EventForwarder
      • sendEndSync

        public void sendEndSync()
        Description copied from interface: EventForwarder
        This method should be invoked after flushing sync events. The class implementation should send the "endSync" event in the preferred format
        Specified by:
        sendEndSync in interface EventForwarder