Class SnmpV2TrapAlarmForwarder

    • Constructor Detail

      • SnmpV2TrapAlarmForwarder

        public SnmpV2TrapAlarmForwarder​(String ip,
                                        int port,
                                        String community,
                                        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