|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mpisws.p2p.transport.peerreview.evidence.AuditResponse<Handle>
public class AuditResponse<Handle extends RawSerializable>
Snippit is the contents (everything but the type) RESP_AUDIT byte type nodehandle myHandle LogSnippit logSnippit
Field Summary |
---|
Fields inherited from interface org.mpisws.p2p.transport.peerreview.StatusConstants |
---|
STATUS_EXPOSED, STATUS_SUSPECTED, STATUS_TRUSTED |
Constructor Summary | |
---|---|
AuditResponse(Handle logOwner,
LogSnippet logSnippet)
|
|
AuditResponse(InputBuffer buf,
Serializer<Handle> serializer,
int hashSize)
|
Method Summary | |
---|---|
short |
getEvidenceType()
|
long |
getFirstSeq()
|
Handle |
getLogOwner()
|
LogSnippet |
getLogSnippet()
|
void |
serialize(OutputBuffer buf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuditResponse(Handle logOwner, LogSnippet logSnippet)
public AuditResponse(InputBuffer buf, Serializer<Handle> serializer, int hashSize) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public short getEvidenceType()
getEvidenceType
in interface Evidence
public void serialize(OutputBuffer buf) throws java.io.IOException
serialize
in interface Evidence
java.io.IOException
public LogSnippet getLogSnippet()
public Handle getLogOwner()
public long getFirstSeq()
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |