Rice Pastry API

Uses of Class
org.mpisws.p2p.transport.peerreview.statement.Statement

Packages that use Statement
org.mpisws.p2p.transport.peerreview.message   
org.mpisws.p2p.transport.peerreview.statement   
 

Uses of Statement in org.mpisws.p2p.transport.peerreview.message
 

Subclasses of Statement in org.mpisws.p2p.transport.peerreview.message
 class AccusationMessage<Identifier extends RawSerializable>
          MSG_ACCUSATION byte type = MSG_ACCUSATION nodeID originator nodeID subject long long evidenceSeq [evidence bytes follow]
 class ResponseMessage<Identifier extends RawSerializable>
          MSG_RESPONSE byte type = MSG_RESPONSE nodeID originator nodeID subject long long evidenceSeq byte challengeType = {CHAL_AUDIT|CHAL_SEND} [response payload follows]
 

Uses of Statement in org.mpisws.p2p.transport.peerreview.statement
 

Fields in org.mpisws.p2p.transport.peerreview.statement declared as Statement
 Statement<Identifier> IncompleteStatementInfo.statement
           
 

Methods in org.mpisws.p2p.transport.peerreview.statement with parameters of type Statement
 void StatementProtocol.handleIncomingStatement(Handle source, Statement<Identifier> statement, java.util.Map<java.lang.String,java.lang.Object> options)
           
 void StatementProtocolImpl.handleIncomingStatement(Handle source, Statement<Identifier> statement, java.util.Map<java.lang.String,java.lang.Object> options)
          Incoming ACCUSTION and RESPONSE messages come here first.
 

Constructors in org.mpisws.p2p.transport.peerreview.statement with parameters of type Statement
IncompleteStatementInfo(boolean finished, Handle source, long currentTimeout, Statement<Identifier> statement, boolean isMissingCertificate, Identifier missingCertificateId, java.util.Map<java.lang.String,java.lang.Object> options)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection