Rice Pastry API

org.mpisws.p2p.transport.peerreview
Interface PeerReviewCallback

All Superinterfaces:
Destructable

public interface PeerReviewCallback
extends Destructable

Callback interface that all PeerReview-enabled applications must implement. During normal operation, PeerReview uses this interface to checkpoint the application, and to inquire about the witness set of another node.


Method Summary
 void init()
           
 boolean loadCheckpoint(InputBuffer buffer)
           
 void storeCheckpoint(OutputBuffer buffer)
           
 
Methods inherited from interface rice.Destructable
destroy
 

Method Detail

init

void init()

storeCheckpoint

void storeCheckpoint(OutputBuffer buffer)

loadCheckpoint

boolean loadCheckpoint(InputBuffer buffer)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection