universal
Class Outcome
java.lang.Object
|
+--universal.Outcome
- All Implemented Interfaces:
- java.io.Serializable
- public class Outcome
- extends java.lang.Object
- implements java.io.Serializable
Object that represents a request and its associated reply and update
- See Also:
- Serialized Form
Field Summary |
universal.Request |
req
The request sends by the client. |
universal.Reply |
res
The reply associates to the request. |
universal.Update |
upd
The update of the state associates with this request. |
Constructor Summary |
Outcome()
|
Outcome(universal.Request req,
universal.Reply res,
universal.Update upd)
|
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 |
req
public universal.Request req
- The request sends by the client.
res
public universal.Reply res
- The reply associates to the request.
upd
public universal.Update upd
- The update of the state associates with this request.
Outcome
public Outcome(universal.Request req,
universal.Reply res,
universal.Update upd)
- Parameters:
req
- the request.res
- the reply.upd
- the update for the state.
Outcome
public Outcome()
writeObject
public void writeObject(java.io.DataOutputStream dos)
readObject
public void readObject(java.io.DataInputStream dis)