Package org.jgroups.protocols.relay
Interface RouteStatusListener
-
public interface RouteStatusListener
Gets 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 void
sitesDown(java.lang.String... sites)
The sites went downvoid
sitesUp(java.lang.String... sites)
The sites just came up
-