Class SnmpV3InformAlarmForwarder

    • Constructor Detail

      • SnmpV3InformAlarmForwarder

        public SnmpV3InformAlarmForwarder​(java.lang.String ip,
                                          int port,
                                          int timeout,
                                          int retries,
                                          int securityLevel,
                                          java.lang.String securityname,
                                          java.lang.String authPassPhrase,
                                          java.lang.String authProtocol,
                                          java.lang.String privPassPhrase,
                                          java.lang.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