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)
LearningSwitchHandler
onSwitchAppeared
in interface LearningSwitchHandler
appearedTablePath
- the table pathpublic void setRegistrationPublisher(DataTreeChangeListenerRegistrationHolder registrationPublisher)
LearningSwitchHandler
setRegistrationPublisher
in interface LearningSwitchHandler
registrationPublisher
- the registrationPublisher to setpublic void setDataStoreAccessor(FlowCommitWrapper dataStoreAccessor)
LearningSwitchHandler
setDataStoreAccessor
in interface LearningSwitchHandler
dataStoreAccessor
- the dataStoreAccessor to setpublic void setPacketProcessingService(PacketProcessingService packetProcessingService)
LearningSwitchHandler
setPacketProcessingService
in interface LearningSwitchHandler
packetProcessingService
- the packetProcessingService to setpublic void setPacketInDispatcher(PacketInDispatcherImpl packetInDispatcher)
Copyright © 2018 OpenDaylight. All rights reserved.