Uses of Class
org.openeai.config.ConsumerConfig

Packages that use ConsumerConfig
org.openeai.jms.consumer   
 

Uses of ConsumerConfig in org.openeai.jms.consumer
 

Methods in org.openeai.jms.consumer that return ConsumerConfig
 ConsumerConfig MessageConsumer.getConfig()
          Returns the ConsumerConfig object associated to this Consumer.
 

Methods in org.openeai.jms.consumer with parameters of type ConsumerConfig
 void MessageConsumer.setConfig(ConsumerConfig config)
          Sets the ConsumerConfig object associated to this Consumer.
 

Constructors in org.openeai.jms.consumer with parameters of type ConsumerConfig
PubSubConsumer(ConsumerConfig cConfig)
          As AppConfig reads through a gateway's deployment document, it will build a ConsumerConfig Java object and pass that object to this constructor.
PointToPointConsumer(ConsumerConfig cConfig)
          As AppConfig reads through a gateway's deployment document, it will build a ConsumerConfig Java object and pass that object to this constructor.
 



Copyright © 2002, OpenEAI Software Foundation