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 SummaryConstructorsConstructorDescriptionLLDPPacketPuntEnforcer(SalFlowService flowService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, DeviceOwnershipService deviceOwnershipService) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()voidonDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<FlowCapableNode>> modifications) voidstart()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListeneronInitialData
- 
Constructor Details- 
LLDPPacketPuntEnforcerpublic LLDPPacketPuntEnforcer(SalFlowService flowService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, DeviceOwnershipService deviceOwnershipService) 
 
- 
- 
Method Details- 
startpublic void start()
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
- 
onDataTreeChangedpublic void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<FlowCapableNode>> modifications) - Specified by:
- onDataTreeChangedin interface- org.opendaylight.mdsal.binding.api.DataTreeChangeListener<FlowCapableNode>
 
 
-