|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfabric.dissemination.pastry.messages.Fetch.Reply
public static class Fetch.Reply
A reply to a Fetch message. Should carry the object requested by the original fetch message.
Constructor Summary | |
---|---|
Fetch.Reply(Fetch parent,
Glob glob)
|
|
Fetch.Reply(InputBuffer buf,
Endpoint endpoint)
Deserialization constructor. |
Method Summary | |
---|---|
int |
getPriority()
|
short |
getType()
|
Glob |
glob()
The glob returned. |
Id |
id()
The id of this message. |
long |
onum()
The object number of the requested object. |
void |
serialize(OutputBuffer buf)
|
java.lang.String |
store()
The store where the requested object resides. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fetch.Reply(Fetch parent, Glob glob)
public Fetch.Reply(InputBuffer buf, Endpoint endpoint) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public Glob glob()
public Id id()
public java.lang.String store()
public long onum()
public int getPriority()
public short getType()
public void serialize(OutputBuffer buf) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |