Class OSGiSwitchConnectionProviders
java.lang.Object
org.opendaylight.openflowjava.mdsal.OSGiSwitchConnectionProviders
- All Implemented Interfaces:
- org.opendaylight.mdsal.binding.api.DataTreeChangeListener<SwitchConnectionConfig>
public final class OSGiSwitchConnectionProviders
extends Object
implements org.opendaylight.mdsal.binding.api.DataTreeChangeListener<SwitchConnectionConfig>
A component exposing 
SwitchConnectionProvider into OSGi service registry based on MD-SAL's configuration
 data store contents of SwitchConnectionConfig.- 
Constructor SummaryConstructorsConstructorDescriptionOSGiSwitchConnectionProviders(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.osgi.service.component.ComponentFactory<SwitchConnectionProvider> providerFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidonDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<SwitchConnectionConfig>> changes) void
- 
Constructor Details- 
OSGiSwitchConnectionProviderspublic OSGiSwitchConnectionProviders(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.osgi.service.component.ComponentFactory<SwitchConnectionProvider> providerFactory) 
 
- 
- 
Method Details- 
onDataTreeChangedpublic void onDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<SwitchConnectionConfig>> changes) - Specified by:
- onDataTreeChangedin interface- org.opendaylight.mdsal.binding.api.DataTreeChangeListener<SwitchConnectionConfig>
 
- 
onInitialDatapublic void onInitialData()- Specified by:
- onInitialDatain interface- org.opendaylight.mdsal.binding.api.DataTreeChangeListener<SwitchConnectionConfig>
 
 
-