Package org.jgroups.protocols.relay
Interface RouteStatusListener
- All Known Implementing Classes:
DefaultRouteStatusListener
public interface RouteStatusListener
Gets notified when a site comes up or goes down
- Since:
- 3.4
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmemberUnreachable(Address member) Sent back to the original sender when the unicast destination is not part of the local cluster (site)voidThe sites went downdefault voidsitesUnreachable(String... sites) The sites are unreachable (no route to them)voidThe sites just came up
-
Method Details
-
sitesUp
The sites just came up -
sitesDown
The sites went down -
sitesUnreachable
The sites are unreachable (no route to them) -
memberUnreachable
Sent back to the original sender when the unicast destination is not part of the local cluster (site)
-