|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.reuters.rc.db.adb.AdbMInstPubMsg
This class represents a MInstance message published by an ADB agent. It provides static methods to extract the data from the MInstance message.
Constructor Summary | |
AdbMInstPubMsg(com.tibco.tibrv.TibrvMsg pubMsg)
Constructor. |
Method Summary | |
DbPubMsgData |
getData()
Get the published data. |
static AdbMInstPubMsgData |
getData(com.tibco.tibrv.TibrvMsg rvMsg)
Get the published data. |
java.lang.Integer |
getMsgPfmt()
Get the message pfmt. |
static java.lang.Integer |
getMsgPfmt(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message pfmt. |
java.lang.Integer |
getMsgType()
Get the message type. |
static java.lang.Integer |
getMsgType(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message type. |
java.lang.Integer |
getMsgVersion()
Get the message version. |
java.lang.Integer |
getMsgVersion(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message version. |
boolean |
isValid()
Check if the object contains a valid result set. |
java.lang.String |
toString()
Override. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AdbMInstPubMsg(com.tibco.tibrv.TibrvMsg pubMsg)
pubMsg
- Message published by ADB.Method Detail |
public final boolean isValid()
isValid
in interface DbPubMsg
true
if the object contains a valid
result set. Returns false
if the object does
not contain a valid result set.#getStatus()
public final java.lang.Integer getMsgType() throws AdbSystemException
public static java.lang.Integer getMsgType(com.tibco.tibrv.TibrvMsg rvMsg) throws AdbSystemException
rvMsg
- TibrvMsg published by ADB.public final java.lang.Integer getMsgPfmt() throws AdbSystemException
public static java.lang.Integer getMsgPfmt(com.tibco.tibrv.TibrvMsg rvMsg) throws AdbSystemException
rvMsg
- TibrvMsg published by ADB.public final java.lang.Integer getMsgVersion() throws AdbSystemException
public final java.lang.Integer getMsgVersion(com.tibco.tibrv.TibrvMsg rvMsg) throws AdbSystemException
rvMsg
- TibrvMsg published by ADB.public final DbPubMsgData getData() throws AdbSystemException
getData
in interface DbPubMsg
AdbMInstPubMsgData
public static AdbMInstPubMsgData getData(com.tibco.tibrv.TibrvMsg rvMsg) throws AdbSystemException
rvMsg
- TibrvMsg published by ADB.AdbMInstPubMsgData
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |