java.lang.Object
org.opendaylight.openflowplugin.openflow.ofswitch.config.DefaultConfigPusher
All Implemented Interfaces:
AutoCloseable, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<FlowCapableNode>

@Singleton public final class DefaultConfigPusher extends Object implements AutoCloseable, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<FlowCapableNode>
  • Constructor Details

    • DefaultConfigPusher

      @Inject public DefaultConfigPusher(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcService rpcService, DeviceOwnershipService deviceOwnershipService)
  • Method Details

    • close

      @PreDestroy public void close()
      Specified by:
      close in interface AutoCloseable
    • onDataTreeChanged

      public void onDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<FlowCapableNode>> modifications)
      Specified by:
      onDataTreeChanged in interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener<FlowCapableNode>