org.objectweb.joram.client.jms.connection
Interface ReplyListener
- All Known Implementing Classes:
- Requestor
- public interface ReplyListener
Method Summary |
void |
replyAborted(int requestId)
|
boolean |
replyReceived(org.objectweb.joram.shared.client.AbstractJmsReply reply)
|
replyReceived
public boolean replyReceived(org.objectweb.joram.shared.client.AbstractJmsReply reply)
throws AbortedRequestException
- Returns:
- whether the request must be aborted or not.
- Throws:
if
- the request has been aborted.
AbortedRequestException
replyAborted
public void replyAborted(int requestId)
Copyright ? 2005 Scalagent - All rights reserved