Class VpnInterfaceOpListener

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.util.EventListener, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<VpnInterfaceOpDataEntry>, org.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<VpnInterfaceOpDataEntry>

    @Singleton
    public class VpnInterfaceOpListener
    extends org.opendaylight.serviceutils.tools.listener.AbstractAsyncDataTreeChangeListener<VpnInterfaceOpDataEntry>
    • Constructor Detail

      • VpnInterfaceOpListener

        @Inject
        public VpnInterfaceOpListener​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                                      VpnInterfaceManager vpnInterfaceManager,
                                      VpnFootprintService vpnFootprintService,
                                      org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator,
                                      VpnUtil vpnUtil)
    • Method Detail

      • start

        public void start()
      • close

        @PreDestroy
        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • addBeforeListener

        public void addBeforeListener​(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)
        Specified by:
        addBeforeListener in interface org.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
      • addAfterListener

        public void addAfterListener​(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)
        Specified by:
        addAfterListener in interface org.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
      • register

        @PostConstruct
        public void register()
      • getDataBroker

        protected org.opendaylight.mdsal.binding.api.DataBroker getDataBroker()
      • getDataStoreMetrics

        protected org.opendaylight.serviceutils.tools.listener.DataStoreMetrics getDataStoreMetrics()
      • add

        @Deprecated
        public void add​(T arg0)
        Deprecated.
      • remove

        @Deprecated
        public void remove​(T arg0)
        Deprecated.
      • update

        @Deprecated
        public void update​(T arg0,
                           T arg1)
        Deprecated.
      • onDataTreeChanged

        public default void onDataTreeChanged​(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> arg0,
                                              org.opendaylight.serviceutils.tools.listener.DataStoreMetrics arg1)