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 Details

    • OSGiSwitchConnectionProviders

      public OSGiSwitchConnectionProviders(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.osgi.service.component.ComponentFactory<SwitchConnectionProvider> providerFactory)
  • Method Details

    • onDataTreeChanged

      public void onDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<SwitchConnectionConfig>> changes)
      Specified by:
      onDataTreeChanged in interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener<SwitchConnectionConfig>
    • onInitialData

      public void onInitialData()
      Specified by:
      onInitialData in interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener<SwitchConnectionConfig>