com.ibm.db2.tools.repl.publication
Class AddColumnMsg

java.lang.Object
  |
  +--com.ibm.db2.tools.repl.publication.Msg
        |
        +--com.ibm.db2.tools.repl.publication.InformationalMsg
              |
              +--com.ibm.db2.tools.repl.publication.AddColumnMsg

public class AddColumnMsg
extends InformationalMsg

The AddColumnMsg is sent when the Q Capture programs add a column to an existing XML Publication.


Field Summary
protected  ColumnSchema column
           
protected  java.lang.String srcName
           
protected  java.lang.String srcOwner
           
protected  java.lang.String subscriptionName
           
 
Fields inherited from class com.ibm.db2.tools.repl.publication.Msg
dbName, jmsMsg, topicHeader
 
Constructor Summary
AddColumnMsg()
           
 
Method Summary
 ColumnSchema getColumn()
          Returns the column that was added to the publication.
 java.lang.String getSrcName()
          Returns the name of the source db object (table, view, etc...).
 java.lang.String getSrcOwner()
          Returns the owner of the source db object (table, view, etc...).
 java.lang.String getSubscriptionName()
          Returns the name of the XML Publication.
 void setColumn(ColumnSchema column)
          This method has no effect when used by a PublicationListener.
 void setSrcName(java.lang.String string)
          This method has no effect when used by a PublicationListener.
 void setSrcOwner(java.lang.String string)
          This method has no effect when used by a PublicationListener.
 void setSubscriptionName(java.lang.String string)
          This method has no effect when used by a PublicationListener.
 
Methods inherited from class com.ibm.db2.tools.repl.publication.Msg
getDbName, getJMSMessage, getObjectProperty, getPropertyNames, getTopic, setDbName, setJMSMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

subscriptionName

protected java.lang.String subscriptionName

srcOwner

protected java.lang.String srcOwner

srcName

protected java.lang.String srcName

column

protected ColumnSchema column
Constructor Detail

AddColumnMsg

public AddColumnMsg()
Method Detail

getColumn

public ColumnSchema getColumn()
Returns the column that was added to the publication.

Returns:
ColumnSchema The column that was added to the publication.

getSrcName

public java.lang.String getSrcName()
Returns the name of the source db object (table, view, etc...).

Returns:
String The source name.

getSrcOwner

public java.lang.String getSrcOwner()
Returns the owner of the source db object (table, view, etc...).

Returns:
String The owner name.

getSubscriptionName

public java.lang.String getSubscriptionName()
Returns the name of the XML Publication.

Returns:
String The publication name.

setColumn

public void setColumn(ColumnSchema column)
This method has no effect when used by a PublicationListener.

Parameters:
column -

setSrcName

public void setSrcName(java.lang.String string)
This method has no effect when used by a PublicationListener.

Parameters:
string -

setSrcOwner

public void setSrcOwner(java.lang.String string)
This method has no effect when used by a PublicationListener.

Parameters:
string -

setSubscriptionName

public void setSubscriptionName(java.lang.String string)
This method has no effect when used by a PublicationListener.

Parameters:
string -