|
||||||||||
| 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 |
JmsProducerPool.borrowProducer()
|
JmsProducer |
JmsClient.getProducer()
|
| Methods in org.logicblaze.lingo.jms with parameters of type JmsProducer | |
|---|---|
void |
JmsProducerPool.returnProducer(JmsProducer producer)
|
void |
JmsClient.setProducer(JmsProducer producer)
|
| Constructors in org.logicblaze.lingo.jms with parameters of type JmsProducer | |
|---|---|
JmsClient(javax.jms.Destination destination,
JmsProducer producer,
javax.jms.MessageConsumer consumer)
|
|
| Uses of JmsProducer in org.logicblaze.lingo.jms.impl |
|---|
| Classes in org.logicblaze.lingo.jms.impl that implement JmsProducer | |
|---|---|
class |
DefaultJmsProducer
An 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||