Merge "Integration of Fcaps framework"
[vpnservice.git] / fcapsmanager / fcaps-api / src / main / java / org / opendaylight / vpnservice / fcapsmanager / PMServiceFacade.java
diff --git a/fcapsmanager/fcaps-api/src/main/java/org/opendaylight/vpnservice/fcapsmanager/PMServiceFacade.java b/fcapsmanager/fcaps-api/src/main/java/org/opendaylight/vpnservice/fcapsmanager/PMServiceFacade.java
new file mode 100644 (file)
index 0000000..6bad020
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2016 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.vpnservice.fcapsmanager;
+
+import java.util.Map;
+
+public interface PMServiceFacade {
+    public void connectToPMFactory(Map map);
+}