Package org.jgroups.protocols.relay
Class DefaultRouteStatusListener
java.lang.Object
org.jgroups.protocols.relay.DefaultRouteStatusListener
- All Implemented Interfaces:
RouteStatusListener
The default implementation of
RouteStatusListener- Since:
- 5.3.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddr()protected DefaultRouteStatusListenerclear()down()voidmemberUnreachable(Address member) Sent back to the original sender when the unicast destination is not part of the local cluster (site)voidThe sites went downvoidsitesUnreachable(String... sites) The sites are unreachable (no route to them)voidThe sites just came uptoString()up()booleanverbose()verbose(boolean b)
-
Field Details
-
addr_getter
-
up
-
down
-
verbose
protected boolean verbose
-
-
Constructor Details
-
DefaultRouteStatusListener
-
-
Method Details
-
up
-
down
-
verbose
-
verbose
public boolean verbose() -
addr
-
sitesUp
Description copied from interface:RouteStatusListenerThe sites just came up- Specified by:
sitesUpin interfaceRouteStatusListener
-
sitesDown
Description copied from interface:RouteStatusListenerThe sites went down- Specified by:
sitesDownin interfaceRouteStatusListener
-
sitesUnreachable
Description copied from interface:RouteStatusListenerThe sites are unreachable (no route to them)- Specified by:
sitesUnreachablein interfaceRouteStatusListener
-
memberUnreachable
Description copied from interface:RouteStatusListenerSent back to the original sender when the unicast destination is not part of the local cluster (site)- Specified by:
memberUnreachablein interfaceRouteStatusListener
-
clear
-
toString
-