|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OneWayRequestor | |
---|---|
org.logicblaze.lingo.jms.impl | The implementation classes for the JMS based Lingo binding. |
Uses of OneWayRequestor in org.logicblaze.lingo.jms.impl |
---|
Subclasses of OneWayRequestor in org.logicblaze.lingo.jms.impl | |
---|---|
class |
MultiplexingRequestor
A Requestor which will use a single
producer, consumer and temporary topic for resource efficiency, but will use
correlation IDs on each message and response to ensure that each threads
requests can occur synchronously. |
class |
SingleThreadedRequestor
A simple Requestor which can only be used by
one thread at once and only used for one message exchange at once. |
Methods in org.logicblaze.lingo.jms.impl that return OneWayRequestor | |
---|---|
static OneWayRequestor |
OneWayRequestor.newInstance(javax.jms.Connection connection,
JmsProducerConfig config,
boolean ownsConnection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |