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

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

public class SubscriptionDeactivatedMsg
extends InformationalMsg

This message is sent whenever QCapture deactivates an XML Publication.


Field Summary
protected  java.lang.String srcName
           
protected  java.lang.String srcOwner
           
protected  java.lang.String stateInformation
           
protected  java.lang.String subscriptionName
           
 
Fields inherited from class com.ibm.db2.tools.repl.publication.Msg
dbName, jmsMsg, topicHeader
 
Constructor Summary
SubscriptionDeactivatedMsg()
           
 
Method Summary
 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 getStateInformation()
          Additional information regarding the state of the XML publication.
 java.lang.String getSubscriptionName()
          Returns the name of the XML Publication.
 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 setStateInformation(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

stateInformation

protected java.lang.String stateInformation
Constructor Detail

SubscriptionDeactivatedMsg

public SubscriptionDeactivatedMsg()
Method Detail

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.

getStateInformation

public java.lang.String getStateInformation()
Additional information regarding the state of the XML publication. This may contain an ASN message number.

Returns:
String Additional information.

getSubscriptionName

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

Returns:
String The publication name.

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 -

setStateInformation

public void setStateInformation(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 -