Class BgpAlarmBroadcaster

  • All Implemented Interfaces:
    java.lang.AutoCloseable, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, BgpAlarmBroadcasterMBean

    @Singleton
    public class BgpAlarmBroadcaster
    extends javax.management.NotificationBroadcasterSupport
    implements BgpAlarmBroadcasterMBean, java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void init()  
      void sendBgpAlarmInfo​(java.lang.String pfx, int subcode)  
      • Methods inherited from class javax.management.NotificationBroadcasterSupport

        addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BgpAlarmBroadcaster

        public BgpAlarmBroadcaster()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • close

        @PreDestroy
        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable