Package com.ibm.db2.tools.repl.publication

Interface Summary
PublicationMsgListener A PublicationMsgListener is how a PublicationMsgProvider notifies when a message is received.
PublicationMsgProvider A PublicationMsgProvider is the interface that defines how messages are created and produced.
 

Class Summary
ActivateSubscriptionMsg The ActivateSubscriptionMsg sends a message to QCapture asking it to invalidate the send queue and perform the error action specified in the publication.
AddColumnMsg The AddColumnMsg is sent when the Q Capture programs add a column to an existing XML Publication.
Column The Column class represents an actual value of a column for a specific row.
ColumnSchema The ColumnSchema class reprenents a column defintion in a table.
ControlMsg The ControlMsg class represents a message that is sent to a QCapture program.
DataMsg A DataMsg is a XML Publication message about modified data, relating to a transaction that updated, inserted, or deleted rows.
DeactivateSubscriptionMsg The DeactivateSubscriptionMsg sends a message to QCapture asking it to invalidate the send queue and perform the error action specified in the publication.
ErrorReportMsg The QCapture program sends an ErrorReportMsg when it cannot perform the request of a user application that was made through a control message.
HeartbeatMsg The HeartbeatMsg is sent by the QCapture program to tell that QCapture is still running.
InformationalMsg An InformationalMsg is a XML Publication message about the status of the QCapture program.
InvalidateSendQueueMsg The InvalidateSendQueueMsg sends a message to QCapture asking it to invalidate the send queue and perform the error action specified in the publication.
LoadDoneControlMsg The LoadDoneControlMsg sends a message to QCapture informing it that the target table is loaded.
LoadDoneReceivedMsg The LoadDoneReceivedMsg is sent when the QCapture program receives a LoadDone signal.
LOBMsg  
Msg The Msg class is the base class for the hierarchy of XML publication messages.
PublicationMsgProviderFactory The PublicationMsgProviderFactory class is used to create a default implmenentation of a PublicationMsgProvider.
Row The Row class reprenents one row that was published.
RowOperationMsg A RowOperationMsg contains one insert, update, or delete operation from the source table.
SubscriptionDeactivatedMsg This message is sent whenever QCapture deactivates an XML Publication.
SubscriptionSchemaMsg The SubscriptionSchemaMsg is sent whenever QCapture activates or reinitializes an XML publication.
TransactionMsg A TransactionMsg contains one or more insert, update, or delete row operations on the source table.
Utils This class contains a bunch of static methods to help format an object as a readable textual string.