Interface BmpRouter
- All Superinterfaces:
 AutoCloseable,BmpSessionListener
- All Known Implementing Classes:
 BmpRouterImpl
Represent monitored router.
- 
Method Summary
Modifier and TypeMethodDescriptionReturns router's identifier, represented by router's remote IP address.Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface org.opendaylight.protocol.bmp.api.BmpSessionListener
onMessage, onSessionDown, onSessionUp 
- 
Method Details
- 
getRouterId
RouterId getRouterId()Returns router's identifier, represented by router's remote IP address.- Returns:
 - router identifier.
 
 
 -