Uses of Class
org.openeai.transport.TransportException

Packages that use TransportException
org.openeai.jms.producer   
org.openeai.transport   
 

Uses of TransportException in org.openeai.jms.producer
 

Methods in org.openeai.jms.producer that throw TransportException
 XmlEnterpriseObject PointToPointProducer.create(ActionableEnterpriseObject theObject)
           
 void PubSubProducer.createSync(ActionableEnterpriseObject theObject)
           
 XmlEnterpriseObject PointToPointProducer.delete(java.lang.String deleteAction, ActionableEnterpriseObject theObject)
           
 void PubSubProducer.deleteSync(java.lang.String deleteAction, ActionableEnterpriseObject theObject)
           
 java.util.List PointToPointProducer.generate(XmlEnterpriseObject keyObject, ActionableEnterpriseObject theObject)
           
 org.jdom.Document PointToPointProducer.produceRequest(ActionableEnterpriseObject theObject, org.jdom.Document doc)
          Uses the pre-started QueueRequestor to send a request to a consumer and wait for a response.
 boolean PubSubProducer.publishMessage(ActionableEnterpriseObject theObject, org.jdom.Document doc)
          Publishes the message passed in to the Topic the producer is connected to.
 java.util.List PointToPointProducer.query(XmlEnterpriseObject keyObject, ActionableEnterpriseObject theObject)
           
 XmlEnterpriseObject PointToPointProducer.update(ActionableEnterpriseObject theObject)
           
 void PubSubProducer.updateSync(ActionableEnterpriseObject theObject)
           
 

Uses of TransportException in org.openeai.transport
 

Methods in org.openeai.transport that throw TransportException
 XmlEnterpriseObject RequestService.create(ActionableEnterpriseObject theObject)
          Create message production.
 void SyncService.createSync(ActionableEnterpriseObject theObject)
          Create Sync message production.
 XmlEnterpriseObject RequestService.delete(java.lang.String deleteAction, ActionableEnterpriseObject theObject)
          Delete message production.
 void SyncService.deleteSync(java.lang.String deleteAction, ActionableEnterpriseObject theObject)
          Delete Sync message production.
 java.util.List RequestService.generate(XmlEnterpriseObject keyObject, ActionableEnterpriseObject theObject)
          Generate message production.
 org.jdom.Document RequestService.produceRequest(ActionableEnterpriseObject theObject, org.jdom.Document doc)
           
 boolean SyncService.publishMessage(ActionableEnterpriseObject theObject, org.jdom.Document doc)
           
 java.util.List RequestService.query(XmlEnterpriseObject keyObject, ActionableEnterpriseObject theObject)
          Query message production.
 XmlEnterpriseObject RequestService.update(ActionableEnterpriseObject theObject)
          Update message production.
 void SyncService.updateSync(ActionableEnterpriseObject theObject)
          Update Sync message production.
 



Copyright © 2002,2003 OpenEAI Software Foundation