Updated BgpManager for Be
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / bgpmanager / oam / BgpAlarmBroadcasterMBean.java
diff --git a/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/oam/BgpAlarmBroadcasterMBean.java b/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/oam/BgpAlarmBroadcasterMBean.java
new file mode 100644 (file)
index 0000000..5599889
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
+package org.opendaylight.bgpmanager.oam;
+
+/**
+ * Created by ECHIAPT on 8/3/2015.
+ * Interface to publish methods for Alarms Notifications implemented by AlarmBroadcaster.
+ */
+public interface BgpAlarmBroadcasterMBean {
+
+    public void sendBgpAlarmInfo(String pfx, int code , int subcode);
+
+}