createEventDocument() throws Exception

Description

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 name of 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.