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, org.objectweb.joram.shared.client.MomExceptionReply exc)voidreplyAborted(int requestId)booleanreplyReceived(org.objectweb.joram.shared.client.AbstractJmsReply reply)
-
-
-
Method Detail
-
replyReceived
boolean replyReceived(org.objectweb.joram.shared.client.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, org.objectweb.joram.shared.client.MomExceptionReply exc)
-
-