public class UcastMacsLocalRemoveCommand extends AbstractTransactCommand<LocalUcastMacs,HwvtepGlobalAugmentation>
Modifier and Type | Class and Description |
---|---|
static class |
UcastMacsLocalRemoveCommand.MacDependencyGetter |
threadLocalDeviceTransaction, threadLocalOperationalState, TXUUID, updates
Constructor and Description |
---|
UcastMacsLocalRemoveCommand(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) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
cascadeDelete()
Tells if this object needs to be deleted if its dependent object gets deleted
Ex : LocalUcastMac and LocalMacstMac
|
void |
execute(TransactionBuilder transaction) |
protected List<LocalUcastMacs> |
getData(HwvtepGlobalAugmentation augmentation) |
protected UnMetDependencyGetter |
getDependencyGetter() |
protected boolean |
isRemoveCommand() |
areEqual, doDeviceTransaction, extractRemoved, extractUpdated, getAugmentation, getChanges, getClassType, getData, getDeviceInfo, getDeviceTransaction, getOperationalState, onCommandFailed, onCommandSucceeded, onConfigUpdate, onFailure, onSuccess
public UcastMacsLocalRemoveCommand(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)
public void execute(TransactionBuilder transaction)
protected List<LocalUcastMacs> getData(HwvtepGlobalAugmentation augmentation)
getData
in class AbstractTransactCommand<LocalUcastMacs,HwvtepGlobalAugmentation>
protected boolean cascadeDelete()
AbstractTransactCommand
cascadeDelete
in class AbstractTransactCommand<LocalUcastMacs,HwvtepGlobalAugmentation>
protected UnMetDependencyGetter getDependencyGetter()
getDependencyGetter
in class AbstractTransactCommand<LocalUcastMacs,HwvtepGlobalAugmentation>
protected boolean isRemoveCommand()
isRemoveCommand
in class AbstractTransactCommand<LocalUcastMacs,HwvtepGlobalAugmentation>
Copyright © 2018 OpenDaylight. All rights reserved.