OPNFLWPLUG-987: Apps not getting proper notification for the port status messages
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / TxFacade.java
index 02661467c2437fe27426e84b86f874dee4d29911..21fb67a86a0b9dd986ab6a09348d23023752787b 100644 (file)
@@ -44,6 +44,12 @@ public interface TxFacade {
      */
     boolean submitTransaction();
 
+    /**
+     * Method submits Transaction to DataStore and wait till completes by doing get on tx future.
+     * @return transaction is submitted successfully
+     */
+    boolean syncSubmitTransaction();
+
     /**
      * Method exposes transaction created for device
      * represented by this context. This read only transaction has a fresh dataStore snapshot.