Class DefaultConfigPusher

    • Constructor Detail

      • DefaultConfigPusher

        @Inject
        public DefaultConfigPusher​(NodeConfigService nodeConfigService,
                                   org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                                   DeviceOwnershipService deviceOwnershipService)
    • Method Detail

      • start

        @PostConstruct
        public void start()
      • close

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

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