ostore.client
Class OSRegisterAppResult
java.lang.Object
|
+--ostore.client.OSResult
|
+--ostore.client.OSRegisterAppResult
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class OSRegisterAppResult
- extends OSResult
The OSRegisterAppResult is sent by the
ClientStage to the application in response to a
OSRegisterAppRequest. This result includes the
nonce from the originating request to allow an application to
match the result corresponding to its request. The result also
includes the application identifier OSAppId which
the application should include with all future requests.
- Version:
- $Id: OSRegisterAppResult.java,v 1.10 2003/04/04 11:15:01 hweather Exp $
- Author:
- Patrick R. Eaton
- See Also:
OSRegisterAppRequest
OSRegisterAppResult
public OSRegisterAppResult(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
getNonce
public long getNonce()
toString
public String toString()
- Overrides:
toString in class Object