Package org.jgroups.protocols.relay
Interface RouteStatusListener
-
public interface RouteStatusListenerGets notified when a site comes up or goes down- Since:
- 3.4
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsitesDown(java.lang.String... sites)The sites went downvoidsitesUp(java.lang.String... sites)The sites just came up
-