|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SyncService
| Method Summary | |
|---|---|
void |
createSync(ActionableEnterpriseObject theObject)
Create Sync message production. |
void |
deleteSync(java.lang.String deleteAction,
ActionableEnterpriseObject theObject)
Delete Sync message production. |
ProducerId |
getProducerId(java.lang.String dummyParm)
|
int |
incrementMessageSequence()
|
boolean |
publishMessage(ActionableEnterpriseObject theObject,
org.jdom.Document doc)
|
void |
setProducerId(ProducerId producerId)
|
void |
updateSync(ActionableEnterpriseObject theObject)
Update Sync message production. |
| Method Detail |
|---|
void createSync(ActionableEnterpriseObject theObject)
throws TransportException
producer - org.openeai.jms.producer.PubSubProducer to
use to publish the message.
EnterpriseObjectSyncException - if any errors occur when validating
the contents of the object. Or, if any errors occur while publishing the message.
TransportException
void deleteSync(java.lang.String deleteAction,
ActionableEnterpriseObject theObject)
throws TransportException
deleteAction - String delete action ('purge' or 'delete')
producer - PubSubProducer a pre-configured and started PubSubProducer
which will be used to send the delete-sync message to the appropriate destination
(via the PubSubProducer.publishMessage method).
EnterpriseObjectSyncException - if any errors occur when validating
the contents of the object. Or, if any errors occur while publishing the message.
TransportException
void updateSync(ActionableEnterpriseObject theObject)
throws TransportException
producer - PubSubProducer a pre-configured and started PubSubProducer
which will be used to send the delete-sync message to the appropriate destination
(via the PubSubProducer.publishMessage method).
EnterpriseObjectSyncException - if any errors occur when validating
the contents of the object. Or, if any errors occur while publishing the message.
TransportException
boolean publishMessage(ActionableEnterpriseObject theObject,
org.jdom.Document doc)
throws TransportException
TransportExceptionProducerId getProducerId(java.lang.String dummyParm)
void setProducerId(ProducerId producerId)
int incrementMessageSequence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||