|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.past.PastImpl.PastDeserializer rice.p2p.past.gc.GCPastImpl.GCPastDeserializer
protected class GCPastImpl.GCPastDeserializer
Constructor Summary | |
---|---|
protected |
GCPastImpl.GCPastDeserializer()
|
Method Summary | |
---|---|
Message |
deserialize(InputBuffer buf,
short type,
int priority,
NodeHandle sender)
RawMessage ret = super.deserialize(); if (ret != null) return ret; Endpoint endpoint; switch(type) { case 1: return new MyMessage(buf, endpoint); } |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GCPastImpl.GCPastDeserializer()
Method Detail |
---|
public Message deserialize(InputBuffer buf, short type, int priority, NodeHandle sender) throws java.io.IOException
MessageDeserializer
deserialize
in interface MessageDeserializer
deserialize
in class PastImpl.PastDeserializer
java.io.IOException
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |