createEventDocument() throws Exception

Creates a document with the element to contain a single database operation. Returns a String, the Element of the current event.

Syntax

org.dom4j.Element createEventDocument
         (java.lang.String uri, java.lang.String dbname,
           java.lang.String eventId)

Parameters

  • uri – the URI of dbeventstream.xsd.
  • dbname – the database on which the operation is executed.
  • eventId – the event ID of the current transaction. The uniqueness of eventID is the responsibility of the sending client.