Inherited by com.scalagent.kjoram.comm.BrowseReply.
Inheritance diagram for com.scalagent.kjoram.comm.AbstractReply:


Public Member Functions | |
| AbstractReply (int clientContext, int correlationId) | |
| AbstractReply () | |
| int | getCorrelationId () |
AbstractReply is a reply sent by a destination agent to a client agent.
Definition at line 30 of file AbstractReply.java.
| com.scalagent.kjoram.comm.AbstractReply.AbstractReply | ( | int | clientContext, | |
| int | correlationId | |||
| ) |
Constructs an AbstractReply.
| clientContext | Client context identifier. | |
| correlationId | Identifier of the reply. |
Definition at line 45 of file AbstractReply.java.
| com.scalagent.kjoram.comm.AbstractReply.AbstractReply | ( | ) |
Constructs an AbstractReply.
Definition at line 54 of file AbstractReply.java.
| int com.scalagent.kjoram.comm.AbstractReply.getCorrelationId | ( | ) |
Returns the reply identifier.
Definition at line 59 of file AbstractReply.java.
1.5.0