Class AbstractTransactionCommand<T extends org.opendaylight.yangtools.yang.binding.DataObject>
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.AbstractTransactionCommand<T>
-
- All Implemented Interfaces:
TransactionCommand
- Direct Known Subclasses:
GlobalUpdateCommand
,HwvtepGlobalRemoveCommand
,HwvtepLogicalRouterRemoveCommand
,HwvtepLogicalRouterUpdateCommand
,HwvtepLogicalSwitchRemoveCommand
,HwvtepLogicalSwitchUpdateCommand
,HwvtepMacEntriesRemoveCommand
,HwvtepManagerRemoveCommand
,HwvtepManagerUpdateCommand
,HwvtepMcastMacsLocalUpdateCommand
,HwvtepMcastMacsRemoteUpdateCommand
,HwvtepPhysicalLocatorRemoveCommand
,HwvtepPhysicalLocatorUpdateCommand
,HwvtepPhysicalPortRemoveCommand
,HwvtepPhysicalPortUpdateCommand
,HwvtepPhysicalSwitchRemoveCommand
,HwvtepPhysicalSwitchUpdateCommand
,HwvtepTunnelRemoveCommand
,HwvtepTunnelUpdateCommand
,HwvtepUcastMacsLocalUpdateCommand
,HwvtepUcastMacsRemoteUpdateCommand
public abstract class AbstractTransactionCommand<T extends org.opendaylight.yangtools.yang.binding.DataObject> extends Object implements TransactionCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractTransactionCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionInfo
getConnectionInfo()
DatabaseSchema
getDbSchema()
HwvtepDeviceInfo
getDeviceInfo()
HwvtepConnectionInstance
getOvsdbConnectionInstance()
TableUpdates
getUpdates()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.ovsdb.hwvtepsouthbound.transactions.md.TransactionCommand
execute, getTransactionResultFuture, setTransactionResultFuture
-
-
-
-
Constructor Detail
-
AbstractTransactionCommand
public AbstractTransactionCommand(HwvtepConnectionInstance key, TableUpdates updates, DatabaseSchema dbSchema)
-
-
Method Detail
-
getUpdates
public TableUpdates getUpdates()
-
getDbSchema
public DatabaseSchema getDbSchema()
-
getConnectionInfo
public ConnectionInfo getConnectionInfo()
-
getOvsdbConnectionInstance
public HwvtepConnectionInstance getOvsdbConnectionInstance()
-
getDeviceInfo
public HwvtepDeviceInfo getDeviceInfo()
-
-