Bug 3195: Cleanup on error paths and error handling
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / LocalTransactionFactory.java
index d574e83401d31ffed21891b0852489e562fcd727..ff0ef76cec34084097442010c6702c93b9c7b582 100644 (file)
@@ -18,7 +18,7 @@ import org.opendaylight.controller.sal.core.spi.data.DOMStoreWriteTransaction;
  *
  * @author Thomas Pantelis
  */
-interface LocalTransactionFactory {
+interface LocalTransactionFactory extends LocalTransactionReadySupport {
     DOMStoreReadTransaction newReadOnlyTransaction(TransactionIdentifier identifier);
 
     DOMStoreReadWriteTransaction newReadWriteTransaction(TransactionIdentifier identifier);