public class MultipleLearningSwitchHandlerFacadeImpl extends Object implements LearningSwitchHandler
| Constructor and Description |
|---|
MultipleLearningSwitchHandlerFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setPacketInDispatcher(PacketInDispatcherImpl packetInDispatcher) |
void |
setPacketProcessingService(PacketProcessingService packetProcessingService)
Sets the PacketProcessingService.
|
void |
setRegistrationPublisher(DataTreeChangeListenerRegistrationHolder registrationPublisher)
Sets the DataTreeChangeListener registration publisher.
|
public MultipleLearningSwitchHandlerFacadeImpl()
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 setPacketInDispatcher(PacketInDispatcherImpl packetInDispatcher)
Copyright © 2018 OpenDaylight. All rights reserved.