A B C D E F G H I J K L M N O P Q R S T U V

A

ActivateSubscriptionMsg - class com.ibm.db2.tools.repl.publication.ActivateSubscriptionMsg.
The ActivateSubscriptionMsg sends a message to QCapture asking it to invalidate the send queue and perform the error action specified in the publication.
ActivateSubscriptionMsg(String) - Constructor for class com.ibm.db2.tools.repl.publication.ActivateSubscriptionMsg
Craste a new ActivateSubscriptionMsg.
AddColumnMsg - class com.ibm.db2.tools.repl.publication.AddColumnMsg.
The AddColumnMsg is sent when the Q Capture programs add a column to an existing XML Publication.
AddColumnMsg() - Constructor for class com.ibm.db2.tools.repl.publication.AddColumnMsg
 
addPublicationMsgListener(PublicationMsgListener) - Method in interface com.ibm.db2.tools.repl.publication.PublicationMsgProvider
Add a listener to get the messages.
allChangedRows - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
authID - Variable in class com.ibm.db2.tools.repl.publication.TransactionMsg
 
authID - Variable in class com.ibm.db2.tools.repl.publication.RowOperationMsg
 

B

beforeValue - Variable in class com.ibm.db2.tools.repl.publication.Column
 
beforeValuePresent - Variable in class com.ibm.db2.tools.repl.publication.Column
 
beforeValues - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 

C

codepage - Variable in class com.ibm.db2.tools.repl.publication.ColumnSchema
 
column - Variable in class com.ibm.db2.tools.repl.publication.AddColumnMsg
 
Column - class com.ibm.db2.tools.repl.publication.Column.
The Column class represents an actual value of a column for a specific row.
Column() - Constructor for class com.ibm.db2.tools.repl.publication.Column
 
columnName - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
columns - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
columns - Variable in class com.ibm.db2.tools.repl.publication.Row
 
ColumnSchema - class com.ibm.db2.tools.repl.publication.ColumnSchema.
The ColumnSchema class reprenents a column defintion in a table.
ColumnSchema() - Constructor for class com.ibm.db2.tools.repl.publication.ColumnSchema
 
com.ibm.db2.tools.repl.publication - package com.ibm.db2.tools.repl.publication
 
commitLSN - Variable in class com.ibm.db2.tools.repl.publication.TransactionMsg
 
commitLSN - Variable in class com.ibm.db2.tools.repl.publication.RowOperationMsg
 
commitTime - Variable in class com.ibm.db2.tools.repl.publication.TransactionMsg
 
commitTime - Variable in class com.ibm.db2.tools.repl.publication.RowOperationMsg
 
ControlMsg - class com.ibm.db2.tools.repl.publication.ControlMsg.
The ControlMsg class represents a message that is sent to a QCapture program.
ControlMsg() - Constructor for class com.ibm.db2.tools.repl.publication.ControlMsg
 
correlationID - Variable in class com.ibm.db2.tools.repl.publication.TransactionMsg
 
correlationID - Variable in class com.ibm.db2.tools.repl.publication.RowOperationMsg
 
createPublicationMsgProvider() - Static method in class com.ibm.db2.tools.repl.publication.PublicationMsgProviderFactory
This will create a default message provider.

D

DataMsg - class com.ibm.db2.tools.repl.publication.DataMsg.
A DataMsg is a XML Publication message about modified data, relating to a transaction that updated, inserted, or deleted rows.
DataMsg() - Constructor for class com.ibm.db2.tools.repl.publication.DataMsg
 
db2InstanceName - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
db2ReleaseLevel - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
db2ServerType - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
dbName - Variable in class com.ibm.db2.tools.repl.publication.Msg
 
DeactivateSubscriptionMsg - class com.ibm.db2.tools.repl.publication.DeactivateSubscriptionMsg.
The DeactivateSubscriptionMsg sends a message to QCapture asking it to invalidate the send queue and perform the error action specified in the publication.
DeactivateSubscriptionMsg(String) - Constructor for class com.ibm.db2.tools.repl.publication.DeactivateSubscriptionMsg
Create a new DeactivateSubscriptionMsg.
DeleteOperation - Static variable in class com.ibm.db2.tools.repl.publication.Row
 
dispatchMsgs(MessageConsumer, int, boolean) - Method in interface com.ibm.db2.tools.repl.publication.PublicationMsgProvider
This will start the messages to be dispatched to any listeners.

E

ErrorReportMsg - class com.ibm.db2.tools.repl.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.
ErrorReportMsg() - Constructor for class com.ibm.db2.tools.repl.publication.ErrorReportMsg
 

F

fieldsAsString(Object, StringBuffer) - Static method in class com.ibm.db2.tools.repl.publication.Utils
Format the object as a nice string.
formatAsString(Object) - Static method in class com.ibm.db2.tools.repl.publication.Utils
Format the object as a nice string.

G

generateXML(StringBuffer) - Method in class com.ibm.db2.tools.repl.publication.LoadDoneControlMsg
Actually create the xml.
generateXML(StringBuffer) - Method in class com.ibm.db2.tools.repl.publication.InvalidateSendQueueMsg
Actually create the xml.
generateXML(StringBuffer) - Method in class com.ibm.db2.tools.repl.publication.DeactivateSubscriptionMsg
Actually create the xml.
generateXML(StringBuffer) - Method in class com.ibm.db2.tools.repl.publication.ControlMsg
Actually create the xml.
generateXML(StringBuffer) - Method in class com.ibm.db2.tools.repl.publication.ActivateSubscriptionMsg
Actually create the xml.
getAuthID() - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
Get the authorization id that caused the database modification.
getAuthID() - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
Get the authorization id that caused the database modification.
getBeforeValue() - Method in class com.ibm.db2.tools.repl.publication.Column
Returns the original value of the column, before it was updated.
getCodepage() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Returns the codepage of the column.
getColumn() - Method in class com.ibm.db2.tools.repl.publication.AddColumnMsg
Returns the column that was added to the publication.
getColumnName() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
The name of the LOB column.
getColumns() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns a list of ColumnSchema objects that describe the columns of the source table.
getColumns() - Method in class com.ibm.db2.tools.repl.publication.Row
Fetch all the columns that are a part of this row.
getCommitLSN() - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
The Commit Logical Sequence Number of the transaction.
getCommitLSN() - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
The Commit Logical Sequence Number of the transaction.
getCommitTime() - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
The timestamp of the commit statement using GMT.
getCommitTime() - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
The timestamp of the commit statement using GMT.
getCorrelationID() - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
Get the correlation id that caused the database modification (DB2 z/OS only).
getCorrelationID() - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
Get the correlation id that caused the database modification (DB2 z/OS only).
getDb2InstanceName() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the name of the DB2 instance.
getDb2ReleaseLevel() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the current release level of the DB2 server (8.2, etc..)
getDb2ServerType() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the type of the DB2 server (QDB2, QDB2/6000, etc..)
getDbName() - Method in class com.ibm.db2.tools.repl.publication.Msg
This allows access to the dbName attribute of the xml message
getJDBCType() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Returns the datatype of the column as a JDBC type.
getJMSMessage() - Method in class com.ibm.db2.tools.repl.publication.Msg
Access the navite JMS MQ message.
getLastCommitTime() - Method in class com.ibm.db2.tools.repl.publication.HeartbeatMsg
The timestamp (in GMT) of the last committed transaction.
getLength() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Returns the length of the column.
getLoadPhase() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the load phase option.
getLobType() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
The datatype of the LOB.
getMsgText() - Method in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
Returns the text of the error message.
getName() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Returns the name of the column.
getName() - Method in class com.ibm.db2.tools.repl.publication.Column
Returns the name of the column.
getObjectProperty(String) - Method in class com.ibm.db2.tools.repl.publication.Msg
Access a specific property in the native MQ message.
getPlanName() - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
Get the plan name that caused the database modification (DB2 z/OS only).
getPlanName() - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
Get the plan name that caused the database modification (DB2 z/OS only).
getPrecision() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Returns the precision of the column.
getPropertyNames() - Method in class com.ibm.db2.tools.repl.publication.Msg
Access all the property names that are in the native MQ message.
getQCaptureReleaseLevel() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the current release level of the QCapture program (8.2, etc..)
getQueueName() - Method in class com.ibm.db2.tools.repl.publication.InvalidateSendQueueMsg
Get the send queue name.
getRow() - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
Get the updated row.
getRowNumber() - Method in class com.ibm.db2.tools.repl.publication.Row
Return the row number.
getRowNumber() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
Within the database transaction, the position number of the row operation that contains the LOB value.
getRowOperation() - Method in class com.ibm.db2.tools.repl.publication.Row
This is how the row was used in the transaction.
getRows() - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
Get the modified rows.
getScale() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Returns the scale of the column.
getSegmentLength() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
The length of the LOB value contained in a single message, in bytes.
getSegmentNumber() - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
A positive integer that indicates the message's segment number in a divided transaction message.
getSendQueueName() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the name of the send queue (the name of the queue on the capture server).
getSendQueueName() - Method in class com.ibm.db2.tools.repl.publication.HeartbeatMsg
Returns the name of the send queue (the name of the queue on the capture server) that this msg was placed.
getSrcName() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the name of the source db object (table, view, etc...).
getSrcName() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
Returns the name of the source db object (table, view, etc...).
getSrcName() - Method in class com.ibm.db2.tools.repl.publication.Row
The name of the source table.
getSrcName() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
Returns the name of the source db object (table, view, etc...).
getSrcName() - Method in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
Returns the name of the source db object (table, view, etc...).
getSrcName() - Method in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
Returns the name of the source db object (table, view, etc...).
getSrcName() - Method in class com.ibm.db2.tools.repl.publication.AddColumnMsg
Returns the name of the source db object (table, view, etc...).
getSrcOwner() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the owner of the source db object (table, view, etc...).
getSrcOwner() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
Returns the owner of the source db object (table, view, etc...).
getSrcOwner() - Method in class com.ibm.db2.tools.repl.publication.Row
The owner name of the source table.
getSrcOwner() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
Returns the owner of the source db object (table, view, etc...).
getSrcOwner() - Method in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
Returns the owner of the source db object (table, view, etc...).
getSrcOwner() - Method in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
Returns the owner of the source db object (table, view, etc...).
getSrcOwner() - Method in class com.ibm.db2.tools.repl.publication.AddColumnMsg
Returns the owner of the source db object (table, view, etc...).
getStateInformation() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
Additional information regarding the state of the XML publication.
getStateInformation() - Method in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
Additional information regarding the state of the XML publication.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Returns the name of the XML Publication.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
Returns the name of the XML Publication.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.Row
The subscription name.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
Returns the name of the XML Publication.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
Returns the name of the XML Publication.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.LoadDoneControlMsg
Get the subscription name.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
Returns the name of the XML Publication.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.DeactivateSubscriptionMsg
Get the subscription name.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.AddColumnMsg
Returns the name of the XML Publication.
getSubscriptionName() - Method in class com.ibm.db2.tools.repl.publication.ActivateSubscriptionMsg
Get the subscription name.
getTopic(boolean) - Method in class com.ibm.db2.tools.repl.publication.Msg
Access the name of the topic that was specified during the definition of the xml publication.
getTotalDataLength() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
The length of the total LOB value contained in the source table, in bytes.
getType() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Returns the datatype of the column.
getValue() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
The value of the LOB.
getValue() - Method in class com.ibm.db2.tools.repl.publication.Column
Returns the value of the column.
getXML() - Method in class com.ibm.db2.tools.repl.publication.ControlMsg
This will create the xml document and return it

H

hasLOBColumns - Variable in class com.ibm.db2.tools.repl.publication.Row
 
hasLOBColumns() - Method in class com.ibm.db2.tools.repl.publication.Row
Does this row have any LOB columns?
HeartbeatMsg - class com.ibm.db2.tools.repl.publication.HeartbeatMsg.
The HeartbeatMsg is sent by the QCapture program to tell that QCapture is still running.
HeartbeatMsg() - Constructor for class com.ibm.db2.tools.repl.publication.HeartbeatMsg
 

I

indent - Static variable in class com.ibm.db2.tools.repl.publication.Utils
 
InformationalMsg - class com.ibm.db2.tools.repl.publication.InformationalMsg.
An InformationalMsg is a XML Publication message about the status of the QCapture program.
InformationalMsg() - Constructor for class com.ibm.db2.tools.repl.publication.InformationalMsg
 
InsertOperation - Static variable in class com.ibm.db2.tools.repl.publication.Row
 
InvalidateSendQueueMsg - class com.ibm.db2.tools.repl.publication.InvalidateSendQueueMsg.
The InvalidateSendQueueMsg sends a message to QCapture asking it to invalidate the send queue and perform the error action specified in the publication.
InvalidateSendQueueMsg(String) - Constructor for class com.ibm.db2.tools.repl.publication.InvalidateSendQueueMsg
Craste a new InvalidateSendQueueMsg.
isAllChangedRows() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Indicates if the ALL_CHANGED_ROWS option was specified in the XML Publication definition.
isBeforeValuePresent() - Method in class com.ibm.db2.tools.repl.publication.Column
Returns true if the original value of the column is present.
isBeforeValues() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Indicates if the BEFORE_VALUES option was specified in the XML Publication definition.
isKey() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Returns true if the column is a key column.
isKey() - Method in class com.ibm.db2.tools.repl.publication.Column
Returns true if the column is a key column.
isLast - Variable in class com.ibm.db2.tools.repl.publication.TransactionMsg
 
isLast - Variable in class com.ibm.db2.tools.repl.publication.RowOperationMsg
 
isLast - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
isLast() - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
A boolean value that indicates if this message is the last message in the transaction.
isLast() - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
A boolean value that indicates if this message is the last message in the transaction.
isLast() - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
If this is the last LOB message, then this is true.
isOnlyChangedCols() - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
Indicates if the CHANGED_COLS_ONLY option was specified in the XML Publication definition.

J

jmsMsg - Variable in class com.ibm.db2.tools.repl.publication.Msg
 

K

key - Variable in class com.ibm.db2.tools.repl.publication.ColumnSchema
 
key - Variable in class com.ibm.db2.tools.repl.publication.Column
 

L

lastCommitTime - Variable in class com.ibm.db2.tools.repl.publication.HeartbeatMsg
 
length - Variable in class com.ibm.db2.tools.repl.publication.ColumnSchema
 
level - Static variable in class com.ibm.db2.tools.repl.publication.Utils
 
LoadDoneControlMsg - class com.ibm.db2.tools.repl.publication.LoadDoneControlMsg.
The LoadDoneControlMsg sends a message to QCapture informing it that the target table is loaded.
LoadDoneControlMsg(String) - Constructor for class com.ibm.db2.tools.repl.publication.LoadDoneControlMsg
Craste a new LoadDoneControlMsg.
LoadDoneReceivedMsg - class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg.
The LoadDoneReceivedMsg is sent when the QCapture program receives a LoadDone signal.
LoadDoneReceivedMsg() - Constructor for class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
 
loadPhase - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
LOBMsg - class com.ibm.db2.tools.repl.publication.LOBMsg.
 
LOBMsg() - Constructor for class com.ibm.db2.tools.repl.publication.LOBMsg
 
lobType - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 

M

Msg - class com.ibm.db2.tools.repl.publication.Msg.
The Msg class is the base class for the hierarchy of XML publication messages.
Msg() - Constructor for class com.ibm.db2.tools.repl.publication.Msg
 
msgText - Variable in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
 

N

name - Variable in class com.ibm.db2.tools.repl.publication.ColumnSchema
 
name - Variable in class com.ibm.db2.tools.repl.publication.Column
 
nl - Static variable in class com.ibm.db2.tools.repl.publication.Utils
 
nlIndent - Static variable in class com.ibm.db2.tools.repl.publication.Utils
 

O

onlyChangedCols - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 

P

planName - Variable in class com.ibm.db2.tools.repl.publication.TransactionMsg
 
planName - Variable in class com.ibm.db2.tools.repl.publication.RowOperationMsg
 
precision - Variable in class com.ibm.db2.tools.repl.publication.ColumnSchema
 
publicationMsg(Msg) - Method in interface com.ibm.db2.tools.repl.publication.PublicationMsgListener
Notify the caller of a publication message.
PublicationMsgListener - interface com.ibm.db2.tools.repl.publication.PublicationMsgListener.
A PublicationMsgListener is how a PublicationMsgProvider notifies when a message is received.
PublicationMsgProvider - interface com.ibm.db2.tools.repl.publication.PublicationMsgProvider.
A PublicationMsgProvider is the interface that defines how messages are created and produced.
PublicationMsgProviderFactory - class com.ibm.db2.tools.repl.publication.PublicationMsgProviderFactory.
The PublicationMsgProviderFactory class is used to create a default implmenentation of a PublicationMsgProvider.
PublicationMsgProviderFactory() - Constructor for class com.ibm.db2.tools.repl.publication.PublicationMsgProviderFactory
 

Q

qCaptureReleaseLevel - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
qName - Variable in class com.ibm.db2.tools.repl.publication.InvalidateSendQueueMsg
 

R

removePublicationMsgListener(PublicationMsgListener) - Method in interface com.ibm.db2.tools.repl.publication.PublicationMsgProvider
Remove a listener.
row - Variable in class com.ibm.db2.tools.repl.publication.RowOperationMsg
 
Row - class com.ibm.db2.tools.repl.publication.Row.
The Row class reprenents one row that was published.
Row() - Constructor for class com.ibm.db2.tools.repl.publication.Row
 
rowNumber - Variable in class com.ibm.db2.tools.repl.publication.Row
 
rowNumber - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
rowOperation - Variable in class com.ibm.db2.tools.repl.publication.Row
 
RowOperationMsg - class com.ibm.db2.tools.repl.publication.RowOperationMsg.
A RowOperationMsg contains one insert, update, or delete operation from the source table.
RowOperationMsg() - Constructor for class com.ibm.db2.tools.repl.publication.RowOperationMsg
 
rows - Variable in class com.ibm.db2.tools.repl.publication.TransactionMsg
 

S

scale - Variable in class com.ibm.db2.tools.repl.publication.ColumnSchema
 
segmentLength - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
segmentNumber - Variable in class com.ibm.db2.tools.repl.publication.TransactionMsg
 
send(Session, MessageProducer) - Method in class com.ibm.db2.tools.repl.publication.ControlMsg
This will send the msg to the the specified messageProducer (MQ queue).
send(String, String) - Method in class com.ibm.db2.tools.repl.publication.ControlMsg
This will send the msg to the specified queue manager and queue.
sendQueueName - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
sendQueueName - Variable in class com.ibm.db2.tools.repl.publication.HeartbeatMsg
 
setAllChangedRows(boolean) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setAuthID(String) - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
This method has no effect when used by a PublicationListener.
setAuthID(String) - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
This method has no effect when used by a PublicationListener.
setBeforeValue(Object) - Method in class com.ibm.db2.tools.repl.publication.Column
This method has no effect when used by a PublicationListener.
setBeforeValuePresent(boolean) - Method in class com.ibm.db2.tools.repl.publication.Column
This method has no effect when used by a PublicationListener.
setBeforeValues(boolean) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setCodepage(int) - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
This method has no effect when used by a PublicationListener.
setColumn(ColumnSchema) - Method in class com.ibm.db2.tools.repl.publication.AddColumnMsg
This method has no effect when used by a PublicationListener.
setColumnName(String) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setColumns(Vector) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setColumns(Vector) - Method in class com.ibm.db2.tools.repl.publication.Row
This method has no effect when used by a PublicationListener.
setCommitLSN(String) - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
This method has no effect when used by a PublicationListener.
setCommitLSN(String) - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
This method has no effect when used by a PublicationListener.
setCommitTime(String) - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
This method has no effect when used by a PublicationListener.
setCommitTime(String) - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
This method has no effect when used by a PublicationListener.
setCorrelationID(String) - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
This method has no effect when used by a PublicationListener.
setCorrelationID(String) - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
This method has no effect when used by a PublicationListener.
setDb2InstanceName(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setDb2ReleaseLevel(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setDb2ServerType(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setDbName(String) - Method in class com.ibm.db2.tools.repl.publication.Msg
This method has no effect when used by a PublicationListener.
setHasLOBColumns(boolean) - Method in class com.ibm.db2.tools.repl.publication.Row
This method has no effect when used by a PublicationListener.
setJMSMessage(Message) - Method in class com.ibm.db2.tools.repl.publication.Msg
This method has no effect when used by a PublicationListener.
setKey(boolean) - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
This method has no effect when used by a PublicationListener.
setKey(boolean) - Method in class com.ibm.db2.tools.repl.publication.Column
This method has no effect when used by a PublicationListener.
setLast(boolean) - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
This method has no effect when used by a PublicationListener.
setLast(boolean) - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
This method has no effect when used by a PublicationListener.
setLast(boolean) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setLastCommitTime(String) - Method in class com.ibm.db2.tools.repl.publication.HeartbeatMsg
This method has no effect when used by a PublicationListener.
setLength(int) - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
This method has no effect when used by a PublicationListener.
setLoadPhase(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setLobType(String) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setMsgText(String) - Method in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
This method has no effect when used by a PublicationListener.
setName(String) - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
This method has no effect when used by a PublicationListener.
setName(String) - Method in class com.ibm.db2.tools.repl.publication.Column
This method has no effect when used by a PublicationListener.
setOnlyChangedCols(boolean) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setPlanName(String) - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
This method has no effect when used by a PublicationListener.
setPlanName(String) - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
This method has no effect when used by a PublicationListener.
setPrecision(int) - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
This method has no effect when used by a PublicationListener.
setQCaptureReleaseLevel(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setQueueName(String) - Method in class com.ibm.db2.tools.repl.publication.InvalidateSendQueueMsg
Set the send queue name.
setRow(Row) - Method in class com.ibm.db2.tools.repl.publication.RowOperationMsg
This method has no effect when used by a PublicationListener.
setRowNumber(int) - Method in class com.ibm.db2.tools.repl.publication.Row
This method has no effect when used by a PublicationListener.
setRowNumber(int) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setRowOperation(int) - Method in class com.ibm.db2.tools.repl.publication.Row
This method has no effect when used by a PublicationListener.
setRows(Vector) - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
This method has no effect when used by a PublicationListener.
setScale(int) - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
This method has no effect when used by a PublicationListener.
setSegmentLength(int) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setSegmentNumber(int) - Method in class com.ibm.db2.tools.repl.publication.TransactionMsg
This method has no effect when used by a PublicationListener.
setSendQueueName(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setSendQueueName(String) - Method in class com.ibm.db2.tools.repl.publication.HeartbeatMsg
This method has no effect when used by a PublicationListener.
setSrcName(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setSrcName(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
This method has no effect when used by a PublicationListener.
setSrcName(String) - Method in class com.ibm.db2.tools.repl.publication.Row
This method has no effect when used by a PublicationListener.
setSrcName(String) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setSrcName(String) - Method in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
This method has no effect when used by a PublicationListener.
setSrcName(String) - Method in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
This method has no effect when used by a PublicationListener.
setSrcName(String) - Method in class com.ibm.db2.tools.repl.publication.AddColumnMsg
This method has no effect when used by a PublicationListener.
setSrcOwner(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setSrcOwner(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
This method has no effect when used by a PublicationListener.
setSrcOwner(String) - Method in class com.ibm.db2.tools.repl.publication.Row
This method has no effect when used by a PublicationListener.
setSrcOwner(String) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setSrcOwner(String) - Method in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
This method has no effect when used by a PublicationListener.
setSrcOwner(String) - Method in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
This method has no effect when used by a PublicationListener.
setSrcOwner(String) - Method in class com.ibm.db2.tools.repl.publication.AddColumnMsg
This method has no effect when used by a PublicationListener.
setStateInformation(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
This method has no effect when used by a PublicationListener.
setStateInformation(String) - Method in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
This method has no effect when used by a PublicationListener.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
This method has no effect when used by a PublicationListener.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
This method has no effect when used by a PublicationListener.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.Row
This method has no effect when used by a PublicationListener.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
This method has no effect when used by a PublicationListener.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.LoadDoneControlMsg
Set the subscription name.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
This method has no effect when used by a PublicationListener.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.DeactivateSubscriptionMsg
Set the subscription name.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.AddColumnMsg
This method has no effect when used by a PublicationListener.
setSubscriptionName(String) - Method in class com.ibm.db2.tools.repl.publication.ActivateSubscriptionMsg
Set the subscription name.
setTotalDataLength(int) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setType(String) - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
This method has no effect when used by a PublicationListener.
setValue(Object) - Method in class com.ibm.db2.tools.repl.publication.LOBMsg
This method has no effect when used by a PublicationListener.
setValue(Object) - Method in class com.ibm.db2.tools.repl.publication.Column
This method has no effect when used by a PublicationListener.
srcName - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
srcName - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
 
srcName - Variable in class com.ibm.db2.tools.repl.publication.Row
 
srcName - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
srcName - Variable in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
 
srcName - Variable in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
 
srcName - Variable in class com.ibm.db2.tools.repl.publication.AddColumnMsg
 
srcOwner - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
srcOwner - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
 
srcOwner - Variable in class com.ibm.db2.tools.repl.publication.Row
 
srcOwner - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
srcOwner - Variable in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
 
srcOwner - Variable in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
 
srcOwner - Variable in class com.ibm.db2.tools.repl.publication.AddColumnMsg
 
stateInformation - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
 
stateInformation - Variable in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
 
stopMsgDispatching() - Method in interface com.ibm.db2.tools.repl.publication.PublicationMsgProvider
This will stop the dispatching of messages, and cause the thread to return from dispatchMsgs().
SubscriptionDeactivatedMsg - class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg.
This message is sent whenever QCapture deactivates an XML Publication.
SubscriptionDeactivatedMsg() - Constructor for class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.Row
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.LoadDoneReceivedMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.LoadDoneControlMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.ErrorReportMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.DeactivateSubscriptionMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.AddColumnMsg
 
subscriptionName - Variable in class com.ibm.db2.tools.repl.publication.ActivateSubscriptionMsg
 
SubscriptionSchemaMsg - class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg.
The SubscriptionSchemaMsg is sent whenever QCapture activates or reinitializes an XML publication.
SubscriptionSchemaMsg() - Constructor for class com.ibm.db2.tools.repl.publication.SubscriptionSchemaMsg
 

T

topicHeader - Static variable in class com.ibm.db2.tools.repl.publication.Msg
 
toString() - Method in class com.ibm.db2.tools.repl.publication.Row
Override so we can print the values in a nice textual format.
toString() - Method in class com.ibm.db2.tools.repl.publication.Msg
Override so we can print the values in a nice textual format.
toString() - Method in class com.ibm.db2.tools.repl.publication.ControlMsg
Override so we can print the values in a nice textual format.
toString() - Method in class com.ibm.db2.tools.repl.publication.ColumnSchema
Override so we can print the values in a nice textual format.
toString() - Method in class com.ibm.db2.tools.repl.publication.Column
 
totalDataLength - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
TransactionMsg - class com.ibm.db2.tools.repl.publication.TransactionMsg.
A TransactionMsg contains one or more insert, update, or delete row operations on the source table.
TransactionMsg() - Constructor for class com.ibm.db2.tools.repl.publication.TransactionMsg
 
type - Variable in class com.ibm.db2.tools.repl.publication.ColumnSchema
 

U

UpdateOperation - Static variable in class com.ibm.db2.tools.repl.publication.Row
 
Utils - class com.ibm.db2.tools.repl.publication.Utils.
This class contains a bunch of static methods to help format an object as a readable textual string.
Utils() - Constructor for class com.ibm.db2.tools.repl.publication.Utils
 

V

validate() - Method in class com.ibm.db2.tools.repl.publication.LoadDoneControlMsg
This will valiadate that everything is present for the xml document to be created.
validate() - Method in class com.ibm.db2.tools.repl.publication.InvalidateSendQueueMsg
This will valiadate that everything is present for the xml document to be created.
validate() - Method in class com.ibm.db2.tools.repl.publication.DeactivateSubscriptionMsg
This will valiadate that everything is present for the xml document to be created.
validate() - Method in class com.ibm.db2.tools.repl.publication.ControlMsg
This will valiadate that everything is present for the xml document to be created.
validate() - Method in class com.ibm.db2.tools.repl.publication.ActivateSubscriptionMsg
This will valiadate that everything is present for the xml document to be created.
value - Variable in class com.ibm.db2.tools.repl.publication.LOBMsg
 
value - Variable in class com.ibm.db2.tools.repl.publication.Column
 

A B C D E F G H I J K L M N O P Q R S T U V