org.mpisws.p2p.transport.liveness
Interface LivenessListener<Identifier>
- All Superinterfaces:
- LivenessTypes
- All Known Implementing Classes:
- PastryNode, PriorityTransportLayerImpl, RapidRerouter, SourceRouteManagerImpl
public interface LivenessListener<Identifier>
- extends LivenessTypes
Notified of liveness changes.
- Author:
- Jeff Hoye
livenessChanged
void livenessChanged(Identifier i,
int val,
Map<String,Object> options)
- Called when the liveness changes.
- Parameters:
i - val -
Copyright © 2010. All Rights Reserved.