|
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.gc.rawserialization.JavaSerializedGCPastContentHandle
DESCRIBE THE CLASS
Field Summary | |
GCPastContentHandle |
handle
DESCRIBE THE FIELD |
static short |
TYPE
DESCRIBE THE FIELD |
Constructor Summary | |
JavaSerializedGCPastContentHandle(GCPastContentHandle handle)
Constructor for JavaSerializedGCPastContentHandle. |
Method Summary | |
long |
getExpiration()
Gets the Expiration attribute of the JavaSerializedGCPastContentHandle object |
Id |
getId()
Gets the Id attribute of the JavaSerializedGCPastContentHandle object |
NodeHandle |
getNodeHandle()
Gets the NodeHandle attribute of the JavaSerializedGCPastContentHandle object |
PastContentHandle |
getPCH()
Gets the PCH attribute of the JavaSerializedGCPastContentHandle object |
short |
getType()
Gets the Type attribute of the JavaSerializedGCPastContentHandle object |
long |
getVersion()
Gets the Version attribute of the JavaSerializedGCPastContentHandle object |
void |
serialize(OutputBuffer buf)
DESCRIBE THE METHOD |
java.lang.String |
toString()
DESCRIBE THE METHOD |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public GCPastContentHandle handle
public static final short TYPE
Constructor Detail |
public JavaSerializedGCPastContentHandle(GCPastContentHandle handle)
handle
- DESCRIBE THE PARAMETERMethod Detail |
public short getType()
getType
in interface RawPastContentHandle
public Id getId()
getId
in interface PastContentHandle
public NodeHandle getNodeHandle()
getNodeHandle
in interface PastContentHandle
public PastContentHandle getPCH()
public long getVersion()
getVersion
in interface GCPastContentHandle
public long getExpiration()
getExpiration
in interface GCPastContentHandle
public void serialize(OutputBuffer buf) throws java.io.IOException
serialize
in interface RawPastContentHandle
buf
- DESCRIBE THE PARAMETER
java.io.IOException
- DESCRIBE THE EXCEPTIONpublic java.lang.String toString()
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |