Inheritance diagram for org.objectweb.joram.mom.proxies.SyncReply:


Package Functions | |
| SyncReply (int key, AbstractJmsReply reply) | |
Package Attributes | |
| int | key |
| AbstractJmsReply | reply |
SyncReply is a notification used by a proxy for synchronizing a reply.
Definition at line 33 of file SyncReply.java.
| org.objectweb.joram.mom.proxies.SyncReply.SyncReply | ( | int | key, | |
| AbstractJmsReply | reply | |||
| ) | [package] |
Constructs a SyncReply instance.
| key | The identifier of the client context within which which the reply will have to be sent. | |
| reply | The reply to send. |
Definition at line 54 of file SyncReply.java.
References org.objectweb.joram.mom.proxies.SyncReply.reply.
int org.objectweb.joram.mom.proxies.SyncReply.key [package] |
The identifier of the client context within which which the reply will have to be sent.
Definition at line 43 of file SyncReply.java.
The reply to send.
Definition at line 45 of file SyncReply.java.
Referenced by org.objectweb.joram.mom.proxies.SyncReply.SyncReply().
1.5.0