|
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.testing.RawPastRegrTest.TestPastContentHandle
Utility class for past content object handles
Field Summary | |
protected NodeHandle |
handle
DESCRIBE THE FIELD |
protected Id |
id
DESCRIBE THE FIELD |
static short |
TYPE
DESCRIBE THE FIELD |
Constructor Summary | |
RawPastRegrTest.TestPastContentHandle(InputBuffer buf,
Endpoint endpoint)
Constructor for TestPastContentHandle. |
|
RawPastRegrTest.TestPastContentHandle(Past past,
Id id)
Constructor for TestPastContentHandle. |
Method Summary | |
Id |
getId()
Gets the Id attribute of the TestPastContentHandle object |
NodeHandle |
getNodeHandle()
Gets the NodeHandle attribute of the TestPastContentHandle object |
short |
getType()
Gets the Type attribute of the TestPastContentHandle object |
void |
serialize(OutputBuffer buf)
DESCRIBE THE METHOD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected NodeHandle handle
protected Id id
public static final short TYPE
Constructor Detail |
public RawPastRegrTest.TestPastContentHandle(Past past, Id id)
past
- DESCRIBE THE PARAMETERid
- DESCRIBE THE PARAMETERpublic RawPastRegrTest.TestPastContentHandle(InputBuffer buf, Endpoint endpoint) throws java.io.IOException
buf
- DESCRIBE THE PARAMETERendpoint
- DESCRIBE THE PARAMETER
java.io.IOException
- DESCRIBE THE EXCEPTIONMethod Detail |
public Id getId()
getId
in interface PastContentHandle
public NodeHandle getNodeHandle()
getNodeHandle
in interface PastContentHandle
public short getType()
getType
in interface RawPastContentHandle
public void serialize(OutputBuffer buf) throws java.io.IOException
serialize
in interface RawPastContentHandle
buf
- DESCRIBE THE PARAMETER
java.io.IOException
- DESCRIBE THE EXCEPTION
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |