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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
invoke
(TransactionCommand command) void
run()
void
uncaughtException
(Thread thread, Throwable ex)
-
Constructor Details
-
TransactionInvokerImpl
@Inject public TransactionInvokerImpl(org.opendaylight.mdsal.binding.api.DataBroker db)
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceTransactionInvoker
-
run
public void run() -
close
@PreDestroy public void close()- Specified by:
close
in interfaceAutoCloseable
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-