|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Disseminatable
is an interface that should be implemented
by any OceanStore object intended to be disseminated by the archive.
Method Summary | |
---|---|
Object |
clone()
This is the clone routine for Disseminatable. |
SecureHash |
computeGuid()
computeGuid Compute and return the guid of the
disseminatable. |
SecureHash |
computeGuid(SecureHashBuffer buffer)
computeGuid Compute and return the guid of the
disseminatable. |
int |
getIndex()
getIndex get the index of this object. |
boolean |
verifyGuid(SecureHash other)
verifyGuid returns whether disseminatable
verified or not. |
boolean |
verifyGuid(SecureHash other,
SecureHashBuffer buffer)
verifyGuid returns whether disseminatable
verified or not. |
Methods inherited from interface ostore.util.QuickSerializable |
---|
serialize |
Method Detail |
public int getIndex()
getIndex
get the index of this object.
public boolean verifyGuid(SecureHash other)
verifyGuid
returns whether disseminatable
verified or not.
public boolean verifyGuid(SecureHash other, SecureHashBuffer buffer)
verifyGuid
returns whether disseminatable
verified or not.
public SecureHash computeGuid()
computeGuid
Compute and return the guid of the
disseminatable.
public SecureHash computeGuid(SecureHashBuffer buffer)
computeGuid
Compute and return the guid of the
disseminatable.
public Object clone() throws CloneNotSupportedException
CloneNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |