Class LLDPPacketPuntEnforcer
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.tablemissenforcer.LLDPPacketPuntEnforcer
-
- All Implemented Interfaces:
AutoCloseable
,EventListener
,org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<FlowCapableNode>
,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<FlowCapableNode>
public class LLDPPacketPuntEnforcer extends Object implements AutoCloseable, org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<FlowCapableNode>
-
-
Constructor Summary
Constructors Constructor Description LLDPPacketPuntEnforcer(SalFlowService flowService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, DeviceOwnershipService deviceOwnershipService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<FlowCapableNode>> modifications)
void
start()
-
-
-
Constructor Detail
-
LLDPPacketPuntEnforcer
public LLDPPacketPuntEnforcer(SalFlowService flowService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, DeviceOwnershipService deviceOwnershipService)
-
-
Method Detail
-
start
public void start()
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
onDataTreeChanged
public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<FlowCapableNode>> modifications)
- Specified by:
onDataTreeChanged
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<FlowCapableNode>
-
-