public class LearningSwitchHandlerSimpleImpl extends Object implements LearningSwitchHandler, PacketProcessingListener
| Constructor and Description |
|---|
LearningSwitchHandlerSimpleImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPacketReceived(PacketReceived notification)
Delivery of incoming packet wrapped in openflow structure.
|
void |
onSwitchAppeared(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table> appearedTablePath)
Invoked when a switch appears.
|
void |
setDataStoreAccessor(FlowCommitWrapper dataStoreAccessor)
Sets the data store accessor.
|
void |
setPacketProcessingService(PacketProcessingService packetProcessingService)
Sets the PacketProcessingService.
|
void |
setRegistrationPublisher(DataTreeChangeListenerRegistrationHolder registrationPublisher)
Sets the DataTreeChangeListener registration publisher.
|
public void onSwitchAppeared(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table> appearedTablePath)
LearningSwitchHandleronSwitchAppeared in interface LearningSwitchHandlerappearedTablePath - the table pathpublic void setRegistrationPublisher(DataTreeChangeListenerRegistrationHolder registrationPublisher)
LearningSwitchHandlersetRegistrationPublisher in interface LearningSwitchHandlerregistrationPublisher - the registrationPublisher to setpublic void setDataStoreAccessor(FlowCommitWrapper dataStoreAccessor)
LearningSwitchHandlersetDataStoreAccessor in interface LearningSwitchHandlerdataStoreAccessor - the dataStoreAccessor to setpublic void setPacketProcessingService(PacketProcessingService packetProcessingService)
LearningSwitchHandlersetPacketProcessingService in interface LearningSwitchHandlerpacketProcessingService - the packetProcessingService to setpublic void onPacketReceived(PacketReceived notification)
PacketProcessingListeneronPacketReceived in interface PacketProcessingListenerCopyright © 2018 OpenDaylight. All rights reserved.