Class SnmpV3TrapAlarmForwarder

    • Constructor Detail

      • SnmpV3TrapAlarmForwarder

        public SnmpV3TrapAlarmForwarder​(String ip,
                                        int port,
                                        int securityLevel,
                                        String securityname,
                                        String authPassPhrase,
                                        String authProtocol,
                                        String privPassPhrase,
                                        String privprotocol,
                                        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