org.objectweb.joram.client.jms.connection
Interface ReplyListener

All Known Implementing Classes:
MultiSessionConsumer, Requestor, SingleSessionConsumer

public interface ReplyListener


Method Summary
 void replyAborted(int requestId)
           
 boolean replyReceived(AbstractJmsReply reply)
           
 

Method Detail

replyReceived

boolean replyReceived(AbstractJmsReply reply)
                      throws AbortedRequestException
Returns:
whether the request must be aborted or not.
Throws:
if - the request has been aborted.
AbortedRequestException

replyAborted

void replyAborted(int requestId)


Copyright © 2011 ScalAgent D.T.. All Rights Reserved.