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

java.lang.Object
  |
  +--com.ibm.db2.tools.repl.publication.Msg
        |
        +--com.ibm.db2.tools.repl.publication.InformationalMsg
Direct Known Subclasses:
AddColumnMsg, ErrorReportMsg, HeartbeatMsg, LoadDoneReceivedMsg, SubscriptionDeactivatedMsg, SubscriptionSchemaMsg

public class InformationalMsg
extends Msg

An InformationalMsg is a XML Publication message about the status of the QCapture program. For example, when an XML Publication is deactivated, an SubscriptionDeactivatedMsg is sent.


Field Summary
 
Fields inherited from class com.ibm.db2.tools.repl.publication.Msg
dbName, jmsMsg, topicHeader
 
Constructor Summary
InformationalMsg()
           
 
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
 

Constructor Detail

InformationalMsg

public InformationalMsg()