Rice Pastry API

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, java.util.Map<java.lang.String,java.lang.Object> options)
          Called when the liveness changes.
 

Method Detail

livenessChanged

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

Parameters:
i -
val -

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection