ostore.client
Class OSSetAppPropertyRequest

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

public class OSSetAppPropertyRequest
extends OSRequest

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

Field Summary
static int PRINCIPAL_GUID
           
static int PRINCIPAL_PKEY
           
static int PRINCIPAL_SKEY
           
static int RP_GUID
           
 
Fields inherited from class ostore.client.OSRequest
app_id
 
Constructor Summary
OSSetAppPropertyRequest(InputBuffer buffer)
           
OSSetAppPropertyRequest(OSAppId app_id, int property, QuickSerializable value)
           
 
Method Summary
 int getProperty()
           
 QuickSerializable getValue()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class ostore.client.OSRequest
clone, getAppId, getDispatchTime, getSeqNum, getUserTag, setUserTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRINCIPAL_GUID

public static final int PRINCIPAL_GUID
See Also:
Constant Field Values

PRINCIPAL_PKEY

public static final int PRINCIPAL_PKEY
See Also:
Constant Field Values

PRINCIPAL_SKEY

public static final int PRINCIPAL_SKEY
See Also:
Constant Field Values

RP_GUID

public static final int RP_GUID
See Also:
Constant Field Values
Constructor Detail

OSSetAppPropertyRequest

public OSSetAppPropertyRequest(OSAppId app_id,
                               int property,
                               QuickSerializable value)

OSSetAppPropertyRequest

public OSSetAppPropertyRequest(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 OSRequest
Parameters:
buffer - the output buffer to add the object to

getProperty

public int getProperty()

getValue

public QuickSerializable getValue()

toString

public String toString()
Overrides:
toString in class Object