Uses of Interface
org.jgroups.protocols.relay.RouteStatusListener
-
Packages that use RouteStatusListener Package Description org.jgroups.protocols.relay -
-
Uses of RouteStatusListener in org.jgroups.protocols.relay
Classes in org.jgroups.protocols.relay that implement RouteStatusListener Modifier and Type Class Description class
DefaultRouteStatusListener
The default implementation ofRouteStatusListener
Fields in org.jgroups.protocols.relay declared as RouteStatusListener Modifier and Type Field Description protected RouteStatusListener
RELAY. route_status_listener
Methods in org.jgroups.protocols.relay that return RouteStatusListener Modifier and Type Method Description RouteStatusListener
RELAY. getRouteStatusListener()
Methods in org.jgroups.protocols.relay with parameters of type RouteStatusListener Modifier and Type Method Description void
RELAY. setRouteStatusListener(RouteStatusListener l)
-