org.mpisws.p2p.transport.liveness
Interface LivenessListener<Identifier>
- All Known Implementing Classes:
- BootstrapApp, CommonAPITransportLayerImpl, PNSBootstrapApp, PriorityTransportLayerImpl, RapidRerouter, SourceRouteManagerImpl, TLPastryNode
public interface LivenessListener<Identifier>
Notified of liveness changes.
- Author:
- Jeff Hoye
LIVENESS_ALIVE
static final int LIVENESS_ALIVE
- See Also:
- Constant Field Values
LIVENESS_SUSPECTED
static final int LIVENESS_SUSPECTED
- See Also:
- Constant Field Values
LIVENESS_DEAD
static final int LIVENESS_DEAD
- See Also:
- Constant Field Values
LIVENESS_DEAD_FOREVER
static final int LIVENESS_DEAD_FOREVER
- See Also:
- Constant Field Values
livenessChanged
void livenessChanged(Identifier i,
int val)
- Called when the liveness changes.
- Parameters:
i
- val
-
Copyright © 2001-2005 - Rice Pastry.