Class TransactionInvokerImpl
java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.TransactionInvokerImpl
- All Implemented Interfaces:
 AutoCloseable,Runnable,Thread.UncaughtExceptionHandler,TransactionInvoker
@Singleton
public final class TransactionInvokerImpl
extends Object
implements TransactionInvoker, Runnable, AutoCloseable, Thread.UncaughtExceptionHandler
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidinvoke(TransactionCommand command) voidrun()voiduncaughtException(Thread thread, Throwable ex)  
- 
Constructor Details
- 
TransactionInvokerImpl
@Inject public TransactionInvokerImpl(org.opendaylight.mdsal.binding.api.DataBroker db)  
 - 
 - 
Method Details
- 
invoke
- Specified by:
 invokein interfaceTransactionInvoker
 - 
run
public void run() - 
close
@PreDestroy public void close()- Specified by:
 closein interfaceAutoCloseable
 - 
uncaughtException
- Specified by:
 uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
 
 -