Class BmpRouterImpl
java.lang.Object
org.opendaylight.protocol.bmp.impl.app.BmpRouterImpl
- All Implemented Interfaces:
com.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.Empty>
,AutoCloseable
,BmpSessionListener
,BmpRouter
-
Constructor Summary
ConstructorDescriptionBmpRouterImpl
(org.opendaylight.protocol.bmp.impl.app.RouterSessionManager sessionManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Returns router's identifier, represented by router's remote IP address.void
void
onMessage
(org.opendaylight.yangtools.binding.Notification<?> message) void
onSessionDown
(Exception exception) void
onSessionUp
(BmpSession psession) void
onSuccess
(org.opendaylight.yangtools.yang.common.Empty value)
-
Constructor Details
-
BmpRouterImpl
public BmpRouterImpl(org.opendaylight.protocol.bmp.impl.app.RouterSessionManager sessionManager)
-
-
Method Details
-
onSessionUp
- Specified by:
onSessionUp
in interfaceBmpSessionListener
-
onSessionDown
- Specified by:
onSessionDown
in interfaceBmpSessionListener
-
onMessage
public void onMessage(org.opendaylight.yangtools.binding.Notification<?> message) - Specified by:
onMessage
in interfaceBmpSessionListener
-
getRouterId
Description copied from interface:BmpRouter
Returns router's identifier, represented by router's remote IP address.- Specified by:
getRouterId
in interfaceBmpRouter
- Returns:
- router identifier.
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
onFailure
- Specified by:
onFailure
in interfacecom.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.Empty>
-
onSuccess
public void onSuccess(org.opendaylight.yangtools.yang.common.Empty value) - Specified by:
onSuccess
in interfacecom.google.common.util.concurrent.FutureCallback<org.opendaylight.yangtools.yang.common.Empty>
-