|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmsProducer | |
org.logicblaze.lingo.jms | The classes required to configure a JMS based implementation of Lingo together with the extension point interfaces. |
org.logicblaze.lingo.jms.impl | The implementation classes for the JMS based Lingo binding. |
Uses of JmsProducer in org.logicblaze.lingo.jms |
Methods in org.logicblaze.lingo.jms that return JmsProducer | |
JmsProducer |
JmsServiceExporterMessageListener.getProducer()
|
JmsProducer |
JmsServiceExporter.getProducer()
|
JmsProducer |
JmsProducerPool.borrowProducer()
|
Methods in org.logicblaze.lingo.jms with parameters of type JmsProducer | |
void |
JmsServiceExporterMessageListener.setProducer(JmsProducer producer)
|
void |
JmsServiceExporter.setProducer(JmsProducer producer)
|
void |
JmsProducerPool.returnProducer(JmsProducer producer)
|
Uses of JmsProducer in org.logicblaze.lingo.jms.impl |
Classes in org.logicblaze.lingo.jms.impl that implement JmsProducer | |
class |
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. |
class |
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. |
Constructors in org.logicblaze.lingo.jms.impl with parameters of type JmsProducer | |
SingleThreadedRequestor(Session session,
JmsProducer producer,
Destination serverDestination,
Destination clientDestination)
|
|
SingleThreadedRequestor(Session session,
JmsProducer producer,
Destination serverDestination)
|
|
OneWayRequestor(JmsProducer producer,
Destination serverDestination)
|
|
MultiplexingRequestor(Session session,
JmsProducer producer,
Destination serverDestination,
Destination clientDestination)
|
|
MultiplexingRequestor(Session session,
JmsProducer producer,
Destination serverDestination)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |