ostore.client
Class OSReadResult

java.lang.Object
  |
  +--ostore.client.OSResult
        |
        +--ostore.client.OSReadResult
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class OSReadResult
extends OSResult

OSReadResult.java

Version:
$Id: OSReadResult.java,v 1.20 2002/07/20 19:38:01 srhea Exp $
Author:
Patrick R. Eaton

Field Summary
 
Fields inherited from class ostore.client.OSResult
app_id
 
Constructor Summary
OSReadResult(InputBuffer buffer)
           
OSReadResult(OSRead os_read, ReplicaBytesReadResp read_resp)
           
 
Method Summary
 SecureHash getAguid()
           
 byte[][] getData()
           
 int getErrorCode()
           
 Selection getMissingSelection()
           
 Selection getReadSelection()
           
 boolean getSuccess()
           
 VID getVersionId()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class ostore.client.OSResult
getAppId, getReqSeqNum, getUserTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSReadResult

public OSReadResult(OSRead os_read,
                    ReplicaBytesReadResp read_resp)

OSReadResult

public OSReadResult(InputBuffer buffer)
             throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class OSResult
Parameters:
buffer - the output buffer to add the object to

getAguid

public SecureHash getAguid()

getMissingSelection

public Selection getMissingSelection()

getReadSelection

public Selection getReadSelection()

getVersionId

public VID getVersionId()

getData

public byte[][] getData()

getSuccess

public boolean getSuccess()

getErrorCode

public int getErrorCode()

toString

public String toString()
Overrides:
toString in class Object