universal
Class Reply
java.lang.Object
|
+--universal.Reply
- All Implemented Interfaces:
- java.io.Serializable
- public class Reply
- extends java.lang.Object
- implements java.io.Serializable
Reply is the return of the method of the application server and the out and inout parameters.
- See Also:
- Serialized Form
Field Summary |
java.lang.Object |
res
return of the method of the application server |
java.lang.Object[] |
res_args
inout and out parameters |
Constructor Summary |
Reply()
|
Reply(java.lang.Object res,
java.lang.Object[] res_args)
Create to store the reply that should be send to the client as answer to its requests. |
Method Summary |
void |
readObject(java.io.DataInputStream dis)
|
void |
writeObject(java.io.DataOutputStream dos)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
res
public java.lang.Object res
- return of the method of the application server
res_args
public java.lang.Object[] res_args
- inout and out parameters
Reply
public Reply(java.lang.Object res,
java.lang.Object[] res_args)
- Create to store the reply that should be send to the client as answer to its requests.
- Parameters:
res
- return of the methodres_args
- inout and out parameters
Reply
public Reply()
writeObject
public void writeObject(java.io.DataOutputStream dos)
readObject
public void readObject(java.io.DataInputStream dis)