Class HwvtepOperationalCommandAggregator
java.lang.Object
org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.HwvtepOperationalCommandAggregator
- All Implemented Interfaces:
 TransactionCommand
- 
Constructor Summary
ConstructorsConstructorDescriptionHwvtepOperationalCommandAggregator(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.TransactionCommand
getTransactionResultFuture, setTransactionResultFuture 
- 
Constructor Details
- 
HwvtepOperationalCommandAggregator
public HwvtepOperationalCommandAggregator(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)  
 - 
 - 
Method Details
- 
execute
public void execute(org.opendaylight.mdsal.binding.api.ReadWriteTransaction transaction) - Specified by:
 executein interfaceTransactionCommand
 - 
onSuccess
public void onSuccess()- Specified by:
 onSuccessin interfaceTransactionCommand
 - 
onFailure
public void onFailure()- Specified by:
 onFailurein interfaceTransactionCommand
 
 -