Uses of Class
org.logicblaze.lingo.jms.JmsProducerConfig

Packages that use JmsProducerConfig
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 JmsProducerConfig in org.logicblaze.lingo.jms
 

Methods in org.logicblaze.lingo.jms that return JmsProducerConfig
 JmsProducerConfig JmsClient.getConfig()
           
 JmsProducerConfig JmsServiceExporterMessageListener.getProducerConfig()
           
 JmsProducerConfig JmsClientInterceptor.getProducerConfig()
           
 

Methods in org.logicblaze.lingo.jms with parameters of type JmsProducerConfig
 void JmsClient.setConfig(JmsProducerConfig config)
           
 void JmsServiceExporterMessageListener.setProducerConfig(JmsProducerConfig producerConfig)
          Sets the configuration of the producer used to send back responses
 void JmsClientInterceptor.setProducerConfig(JmsProducerConfig producerConfig)
          Sets the configuration of the producer used to send back responses
 

Uses of JmsProducerConfig in org.logicblaze.lingo.jms.impl
 

Methods in org.logicblaze.lingo.jms.impl with parameters of type JmsProducerConfig
static DefaultJmsProducer DefaultJmsProducer.newInstance(javax.jms.ConnectionFactory factory, JmsProducerConfig config)
           
static Requestor MultiplexingRequestor.newInstance(javax.jms.ConnectionFactory connectionFactory, JmsProducerConfig config, javax.jms.Destination destination)
           
static Requestor MultiplexingRequestor.newInstance(javax.jms.ConnectionFactory connectionFactory, JmsProducerConfig config, javax.jms.Destination destination, javax.jms.Destination responseDestination)
           
static DefaultJmsProducer DefaultJmsProducer.newInstance(javax.jms.Connection connection, JmsProducerConfig config, boolean ownsConnection)
           
static OneWayRequestor OneWayRequestor.newInstance(javax.jms.Connection connection, JmsProducerConfig config, boolean ownsConnection)
           
 

Constructors in org.logicblaze.lingo.jms.impl with parameters of type JmsProducerConfig
DefaultJmsProducer(javax.jms.Connection connection, javax.jms.Session session, JmsProducerConfig config, boolean ownsConnection)
           
MultiplexingRequestor(JmsProducerConfig config, javax.jms.Destination serverDestination, javax.jms.Destination clientDestination)
           
OneWayRequestor(JmsProducerConfig config, javax.jms.Destination serverDestination)
           
SingleThreadedRequestor(JmsProducerConfig config, javax.jms.Destination serverDestination, javax.jms.Destination clientDestination)
           
 



Copyright © 2012 LogicBlaze, Inc.. All Rights Reserved.