|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.post.delivery.Delivery.DeliveryHandle
protected static class Delivery.DeliveryHandle
Field Summary | |
---|---|
protected long |
expiration
|
protected NodeHandle |
handle
|
protected Id |
id
|
Constructor Summary | |
---|---|
Delivery.DeliveryHandle(Id id,
NodeHandle handle,
long expiration)
Constructor |
Method Summary | |
---|---|
long |
getExpiration()
Returns the current expiration time of this object. |
Id |
getId()
get the id of the PastContent object associated with this handle |
NodeHandle |
getNodeHandle()
get the NodeHandle of the Past node on which the object associated with this handle is stored |
long |
getVersion()
Returns the version number associated with this PastContentHandle - version numbers are designed to be monotonically increasing numbers which signify different versions of the same object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Id id
protected NodeHandle handle
protected long expiration
Constructor Detail |
---|
public Delivery.DeliveryHandle(Id id, NodeHandle handle, long expiration)
Method Detail |
---|
public Id getId()
getId
in interface PastContentHandle
public NodeHandle getNodeHandle()
getNodeHandle
in interface PastContentHandle
public long getVersion()
getVersion
in interface GCPastContentHandle
public long getExpiration()
getExpiration
in interface GCPastContentHandle
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |