Uses of Package
org.openeai.jms.producer

Packages that use org.openeai.jms.producer
org.openeai.afa   
org.openeai.config   
org.openeai.implementations.services.eas   
org.openeai.jms.consumer.commands   
org.openeai.jms.producer   
org.openeai.moa.jmsobjects   
 

Classes in org.openeai.jms.producer used by org.openeai.afa
PubSubProducer
          The PubSubProducer produces messages to a JMS Topic.
 

Classes in org.openeai.jms.producer used by org.openeai.config
PubSubProducer
          The PubSubProducer produces messages to a JMS Topic.
 

Classes in org.openeai.jms.producer used by org.openeai.implementations.services.eas
ProducerPool
          The ProducerPool is a class that contains a list of producers for use by an application or command.
 

Classes in org.openeai.jms.producer used by org.openeai.jms.consumer.commands
PubSubProducer
          The PubSubProducer produces messages to a JMS Topic.
 

Classes in org.openeai.jms.producer used by org.openeai.jms.producer
JMSTimeoutException
          This exception will be thrown by the OpenEAI QueueRequestor when the specified timeout interval has been reached.
MessageProducer
          The ancestor class for PubSub and PointToPoint producers.
PooledTempQueue
          This is a class that wraps a JMS TemporaryQueue and QueueReceiver that listens for responses sent on the TemporaryQueue.
ProducerId
          This object is used by the PointToPoint and PubSub producers to uniquely identify each producer.
PubSubProducer
          The PubSubProducer produces messages to a JMS Topic.
QueueRequestor
          JMS provides a QueueRequestor helper class to simplify making service requests.
TempQueuePool
          The TempQueuePool contains a list of PooledTempQueue objects that will be used by a PointToPointProducer's QueueRequestor when a request is produced.
 

Classes in org.openeai.jms.producer used by org.openeai.moa.jmsobjects
PointToPointProducer
          The PointToPointProducer produces messages to a Queue.
PubSubProducer
          The PubSubProducer produces messages to a JMS Topic.
 



Copyright © 2002, OpenEAI Software Foundation