Class BgpAlarms
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.oam.BgpAlarms
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Runnable
public class BgpAlarms extends java.lang.Object implements java.lang.Runnable, java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description BgpAlarms(BgpConfigurationManager bgpManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearBgpNbrDownAlarm(java.lang.String nbrIp)
void
close()
void
init()
void
run()
-
-
-
Constructor Detail
-
BgpAlarms
public BgpAlarms(BgpConfigurationManager bgpManager)
-
-