Connection.reserveResponse()
when calling classes want to wait for a particular response message. When the response is returned by the remote system it is available here. MessageReceipt.notifyAll() is called when the message arrives, so it is good practice to wait() on a MessageReceipt.
@author Bryan Tripp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|