Class BgpTopologyDeployerImpl

  • All Implemented Interfaces:
    AutoCloseable, EventListener, BgpTopologyDeployer, org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>

    @Singleton
    @RequireServiceComponentRuntime
    public final class BgpTopologyDeployerImpl
    extends Object
    implements BgpTopologyDeployer, AutoCloseable, org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>
    • Constructor Detail

      • BgpTopologyDeployerImpl

        @Inject
        public BgpTopologyDeployerImpl​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                                       org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonProvider)
    • Method Detail

      • onDataTreeChanged

        public void onDataTreeChanged​(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>> changes)
        Specified by:
        onDataTreeChanged in interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.Topology>
      • close

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