ostore.client
Class OSVIDResult
java.lang.Object
|
+--ostore.client.OSResult
|
+--ostore.client.OSVIDResult
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class OSVIDResult
- extends OSResult
OSVIDResult.
- Version:
- $Id: OSVIDResult.java,v 1.11 2002/07/20 19:38:01 srhea Exp $
- Author:
- Patrick R. Eaton
OSVIDResult
public OSVIDResult(InputBuffer buffer)
throws QSException
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
getSuccess
public boolean getSuccess()
getErrorCode
public int getErrorCode()
getVersionId
public VID getVersionId()
toString
public String toString()
- Overrides:
toString
in class Object