|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.client.OSResult
The OSResult
is the abstract super class for all
OceanStore API results. The ClientStage
translates
the systems result message into an OSResult
that is
passed back to the application. The OSResult
records the sequence number of the originating
OSRequest
so that an application can determine the
request that produced this result.
OSRequest
Field Summary | |
---|---|
OSAppId |
app_id
|
Method Summary | |
---|---|
OSAppId |
getAppId()
Returns the OSAppId that identifies the
requesting application. |
Long |
getReqSeqNum()
Returns the sequence number of the request that generated this result. |
QuickSerializable |
getUserTag()
Returns the user tag. |
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public OSAppId app_id
Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
buffer
- the output buffer to add the object topublic OSAppId getAppId()
OSAppId
that identifies the
requesting application.
OSAppId
to identify the requesting
applicationpublic QuickSerializable getUserTag()
OSRequest
.
public Long getReqSeqNum()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |