Uses of Interface
org.objectweb.joram.client.jms.connection.ReplyListener
-
Packages that use ReplyListener Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 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 Modifier and Type Class Description (package private) classMessageConsumerListenerThis class listens to replies asynchronously returned by the user proxy for a message consumer.classMultiSessionConsumerThe MultiSessionConsumer is threaded (see MessageDispatcher) because the session pool can hang if there is no more available ServerSession.classSingleSessionConsumer -
Uses of ReplyListener in org.objectweb.joram.client.jms.connection
Classes in org.objectweb.joram.client.jms.connection that implement ReplyListener Modifier and Type Class Description classRequestorFields in org.objectweb.joram.client.jms.connection with type parameters of type ReplyListener Modifier and Type Field Description private Map<Integer,ReplyListener>RequestMultiplexer. requestsTableMethods in org.objectweb.joram.client.jms.connection that return ReplyListener Modifier and Type Method Description private ReplyListenerRequestMultiplexer. doAbortRequest(int requestId)Methods in org.objectweb.joram.client.jms.connection with parameters of type ReplyListener Modifier and Type Method Description voidRequestMultiplexer. sendRequest(org.objectweb.joram.shared.client.AbstractJmsRequest request, ReplyListener listener, CompletionListener completionListener)
-