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 StatementProtocolImpl.handleIncomingStatement(Handle source, Statement<Identifier> statement, Map<String,Object> options)
          Incoming ACCUSTION and RESPONSE messages come here first.
 void StatementProtocol.handleIncomingStatement(Handle source, Statement<Identifier> statement, Map<String,Object> options)
           
 

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, Map<String,Object> options)
           
 



Copyright © 2010. All Rights Reserved.