Class TransactionInvokerImpl
java.lang.Object
org.opendaylight.ovsdb.southbound.transactions.md.TransactionInvokerImpl
- All Implemented Interfaces:
 AutoCloseable,Runnable,TransactionInvoker
public final class TransactionInvokerImpl
extends Object
implements TransactionInvoker, Runnable, AutoCloseable
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidinvoke(TransactionCommand command) voidrun() 
- 
Constructor Details
- 
TransactionInvokerImpl
public TransactionInvokerImpl(org.opendaylight.mdsal.binding.api.DataBroker db)  
 - 
 - 
Method Details
- 
invoke
- Specified by:
 invokein interfaceTransactionInvoker
 - 
run
public void run() - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceTransactionInvoker- Throws:
 InterruptedException
 
 -