public abstract class AbstractTransactionCommand<T extends org.opendaylight.yangtools.yang.binding.DataObject> extends Object implements TransactionCommand
| Constructor and Description | 
|---|
AbstractTransactionCommand(HwvtepConnectionInstance key,
                          TableUpdates updates,
                          DatabaseSchema dbSchema)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionInfo | 
getConnectionInfo()  | 
DatabaseSchema | 
getDbSchema()  | 
HwvtepDeviceInfo | 
getDeviceInfo()  | 
HwvtepConnectionInstance | 
getOvsdbConnectionInstance()  | 
TableUpdates | 
getUpdates()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getTransactionResultFuture, setTransactionResultFuturepublic AbstractTransactionCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)
public TableUpdates getUpdates()
public DatabaseSchema getDbSchema()
public ConnectionInfo getConnectionInfo()
public HwvtepConnectionInstance getOvsdbConnectionInstance()
public HwvtepDeviceInfo getDeviceInfo()
Copyright © 2018 OpenDaylight. All rights reserved.