Class TopologyDataChangeCounterDeployer

java.lang.Object
org.opendaylight.protocol.data.change.counter.TopologyDataChangeCounterDeployer
All Implemented Interfaces:
AutoCloseable, EventListener, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>

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

    • TopologyDataChangeCounterDeployer

      @Inject public TopologyDataChangeCounterDeployer(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
  • Method Details

    • register

      @PostConstruct public void register()
    • onDataTreeChanged

      public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes)
      Specified by:
      onDataTreeChanged in interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>
    • close

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