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

Field Summary
 
Fields inherited from interface org.mpisws.p2p.transport.liveness.LivenessTypes
LIVENESS_ALIVE, LIVENESS_DEAD, LIVENESS_DEAD_FOREVER, LIVENESS_SUSPECTED
 
Method Summary
 void livenessChanged(Identifier i, int val, Map<String,Object> options)
          Called when the liveness changes.
 

Method Detail

livenessChanged

void livenessChanged(Identifier i,
                     int val,
                     Map<String,Object> options)
Called when the liveness changes.

Parameters:
i -
val -


Copyright © 2010. All Rights Reserved.