Removing the Open_vSwitch schema hardcoding in OvsDBClient.
[ovsdb.git] / library / src / main / java / org / opendaylight / ovsdb / lib / OvsDBClient.java
index 404f5e6b6f253832b1042b78e5c5f0887168ec81..1ae226184afcb97911f90829f1633cf203bcd8eb 100644 (file)
@@ -12,7 +12,8 @@
 
 package org.opendaylight.ovsdb.lib;
 
-import com.google.common.util.concurrent.ListenableFuture;
+import java.util.List;
+
 import org.opendaylight.ovsdb.lib.message.MonitorRequest;
 import org.opendaylight.ovsdb.lib.operations.Operation;
 import org.opendaylight.ovsdb.lib.operations.OperationResult;
@@ -20,7 +21,7 @@ import org.opendaylight.ovsdb.lib.operations.TransactionBuilder;
 import org.opendaylight.ovsdb.lib.schema.DatabaseSchema;
 import org.opendaylight.ovsdb.lib.schema.TableSchema;
 
-import java.util.List;
+import com.google.common.util.concurrent.ListenableFuture;
 
 /**
  * The main interface to interact with a device speaking ovsdb protocol in an asynchronous fashion and hence most
@@ -28,11 +29,6 @@ import java.util.List;
  */
 public interface OvsDBClient {
 
-    /**
-     * Represents the Open Vswitch Schema
-     */
-    String OPEN_VSWITCH_SCHEMA = "Open_vSwitch";
-
     /**
      * Gets the list of database names exposed by this ovsdb capable device
      * @return list of database names