ostore.client
Class OSMetadataResult

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

public class OSMetadataResult
extends OSResult

OSMetadataResult.

Version:
$Id: OSMetadataResult.java,v 1.13 2002/09/05 22:50:33 eaton Exp $
Author:
Patrick R. Eaton

Field Summary
 
Fields inherited from class ostore.client.OSResult
app_id
 
Constructor Summary
OSMetadataResult(InputBuffer buffer)
           
 
Method Summary
 SecureHash getAguid()
           
 int getErrorCode()
           
 OSMetadata getMetadata()
           
 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

OSMetadataResult

public OSMetadataResult(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()

getSuccess

public boolean getSuccess()

getErrorCode

public int getErrorCode()

getVersionId

public VID getVersionId()

getMetadata

public OSMetadata getMetadata()

toString

public String toString()
Overrides:
toString in class Object