Class BmpRouterImpl

    • Constructor Detail

      • BmpRouterImpl

        public BmpRouterImpl​(org.opendaylight.protocol.bmp.impl.app.RouterSessionManager sessionManager)
    • Method Detail

      • onMessage

        public void onMessage​(org.opendaylight.yangtools.yang.binding.Notification<?> message)
        Specified by:
        onMessage in interface BmpSessionListener
      • getRouterId

        public RouterId getRouterId()
        Description copied from interface: BmpRouter
        Returns router's identifier, represented by router's remote IP address.
        Specified by:
        getRouterId in interface BmpRouter
        Returns:
        router identifier.
      • onTransactionChainFailed

        public void onTransactionChainFailed​(org.opendaylight.mdsal.dom.api.DOMTransactionChain chain,
                                             org.opendaylight.mdsal.dom.api.DOMDataTreeTransaction transaction,
                                             Throwable cause)
        Specified by:
        onTransactionChainFailed in interface org.opendaylight.mdsal.dom.api.DOMTransactionChainListener
      • onTransactionChainSuccessful

        public void onTransactionChainSuccessful​(org.opendaylight.mdsal.dom.api.DOMTransactionChain chain)
        Specified by:
        onTransactionChainSuccessful in interface org.opendaylight.mdsal.dom.api.DOMTransactionChainListener