|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.db2.tools.repl.publication.Msg | +--com.ibm.db2.tools.repl.publication.InformationalMsg | +--com.ibm.db2.tools.repl.publication.SubscriptionDeactivatedMsg
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 |
protected java.lang.String subscriptionName
protected java.lang.String srcOwner
protected java.lang.String srcName
protected java.lang.String stateInformation
Constructor Detail |
public SubscriptionDeactivatedMsg()
Method Detail |
public java.lang.String getSrcName()
public java.lang.String getSrcOwner()
public java.lang.String getStateInformation()
public java.lang.String getSubscriptionName()
public void setSrcName(java.lang.String string)
string
- public void setSrcOwner(java.lang.String string)
string
- public void setStateInformation(java.lang.String string)
string
- public void setSubscriptionName(java.lang.String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |