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
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
OSSetAppPropertyRequest
public OSSetAppPropertyRequest(OSAppId app_id,
int property,
QuickSerializable value)
OSSetAppPropertyRequest
public OSSetAppPropertyRequest(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 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