Updated BgpManager for Be
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / bgpmanager / oam / BgpCountersBroadcasterMBean.java
diff --git a/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/oam/BgpCountersBroadcasterMBean.java b/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/oam/BgpCountersBroadcasterMBean.java
new file mode 100644 (file)
index 0000000..c4e5774
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * 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;
+
+        import java.util.ArrayList;
+        import java.util.Map;
+
+/**
+ * Created by echiapt on 9/28/2015.
+ */
+public interface BgpCountersBroadcasterMBean {
+    public Map retrieveCounterMap();
+}
+