Class TunnelRemoveCommand
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.TunnelRemoveCommand
-
- All Implemented Interfaces:
TransactCommand
public class TunnelRemoveCommand extends AbstractTransactCommand
-
-
Field Summary
-
Fields inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand
deviceTransaction, hwvtepOperationalState, TXUUID, updates
-
-
Constructor Summary
Constructors Constructor Description TunnelRemoveCommand(HwvtepOperationalState state, Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(TransactionBuilder transaction)
-
Methods inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.AbstractTransactCommand
areEqual, augmentation, cascadeDelete, doDeviceTransaction, extractRemoved, extractUpdated, fetchDeviceData, getChanges, getClassType, getData, getData, getDataBroker, getDependencyGetter, getDeviceInfo, getDeviceOpData, getDeviceTransaction, getKeyStr, getNodeKeyStr, getOperationalState, getTableReader, isRemoveCommand, onCommandFailed, onCommandSucceeded, onConfigUpdate, onFailure, onSuccess
-
-
-
-
Constructor Detail
-
TunnelRemoveCommand
public TunnelRemoveCommand(HwvtepOperationalState state, Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node>> changes)
-
-
Method Detail
-
execute
public void execute(TransactionBuilder transaction)
-
-