|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplyHandler
Handles a reply.
| Method Summary | |
|---|---|
void |
onReply(String correlationId,
javax.jms.Message reply)
The reply message was received |
void |
onTimeout(String correlationId)
The reply message was not received and a timeout triggered |
| Method Detail |
|---|
void onReply(String correlationId,
javax.jms.Message reply)
correlationId - the correlation idreply - the reply messagevoid onTimeout(String correlationId)
correlationId - the correlation id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||