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

Packages that use ReplyListener
org.objectweb.joram.client.jms The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. 
org.objectweb.joram.client.jms.connection   
 

Uses of ReplyListener in org.objectweb.joram.client.jms
 

Classes in org.objectweb.joram.client.jms that implement ReplyListener
(package private)  class MessageConsumerListener
          This class listens to replies asynchronously returned by the user proxy for a message consumer.
 class MultiSessionConsumer
          The MultiSessionConsumer is threaded (see MessageDispatcher) because the session pool can hang if there is no more available ServerSession.
 class SingleSessionConsumer
           
 

Uses of ReplyListener in org.objectweb.joram.client.jms.connection
 

Classes in org.objectweb.joram.client.jms.connection that implement ReplyListener
 class Requestor
           
 

Methods in org.objectweb.joram.client.jms.connection that return ReplyListener
private  ReplyListener RequestMultiplexer.doAbortRequest(int requestId)
           
 

Methods in org.objectweb.joram.client.jms.connection with parameters of type ReplyListener
 void RequestMultiplexer.sendRequest(AbstractJmsRequest request, ReplyListener listener)
           
 



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