|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AsyncReplyHandler | |
DefaultJmsProducer | A default implementation of the JmsProducer which contains a reference to the
connection, session and producer so that it can easily close down all its resources properly. |
FutureResultHandler | A FutureResult which implements ReplyHandler so that it can be used as a handler
for a correlation ID |
JmsProducerImpl | An implementation of the JmsProducer which is designed to work in
message driven POJO type scenarios where the session and producer can be deduced
from the current consumption thread & the session can be reused from the consumer. |
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. |
OneWayRequestor | A simple requestor which only supports one-way and so does not need a consumer. |
SingleThreadedRequestor | A simple Requestor which can only be used by one thread at once
and only used for one message exchange at once. |
The implementation classes for the JMS based Lingo binding.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |