Uses of Interface
org.openeai.moa.ActionableEnterpriseObject

Packages that use ActionableEnterpriseObject
org.openeai.jms.producer   
org.openeai.moa   
org.openeai.transport   
 

Uses of ActionableEnterpriseObject in org.openeai.jms.producer
 

Methods in org.openeai.jms.producer with parameters of type ActionableEnterpriseObject
 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 ActionableEnterpriseObject in org.openeai.moa
 

Classes in org.openeai.moa that implement ActionableEnterpriseObject
 class ActionableEnterpriseObjectBase
           
 

Uses of ActionableEnterpriseObject in org.openeai.transport
 

Methods in org.openeai.transport with parameters of type ActionableEnterpriseObject
 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