Interface ReplyListener
-
- All Known Implementing Classes:
MessageConsumerListener,MultiSessionConsumer,Requestor,SingleSessionConsumer
public interface ReplyListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderrorReceived(int replyId, MomExceptionReply exc)voidreplyAborted(int requestId)booleanreplyReceived(AbstractJmsReply reply)
-
-
-
Method Detail
-
replyReceived
boolean replyReceived(AbstractJmsReply reply) throws AbortedRequestException
- Returns:
- whether the request must be aborted or not.
- Throws:
AbortedRequestException
-
replyAborted
void replyAborted(int requestId)
-
errorReceived
void errorReceived(int replyId, MomExceptionReply exc)
-
-