Class DefaultBgpDeployer

    • Method Detail

      • init

        @PostConstruct
        public void init()
      • onDataTreeChanged

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

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

        public PeerGroup getPeerGroup​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> bgpIid,
                                      String peerGroupName)
        Description copied from interface: PeerGroupConfigLoader
        Loads Peer GROUP configuration from CONFIG DS.
        Specified by:
        getPeerGroup in interface PeerGroupConfigLoader
        Parameters:
        bgpIid - Protocol BGP Instance identifier.
        peerGroupName - peer Group name.
        Returns:
        peer group or null.