|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdbSystemException | |
com.reuters.rc.db.adb |
Uses of AdbSystemException in com.reuters.rc.db.adb |
Methods in com.reuters.rc.db.adb that throw AdbSystemException | |
java.lang.String |
AdbMInstPubMsgData.getClassName()
Get the message class - the message class is the name of the table from which the update is published. |
static java.lang.String |
AdbMInstPubMsgData.getClassName(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message class - the message class is the name of the table from which the update is published. |
java.lang.String |
AdbMInstPubMsgData.getSubject()
Get the message subject. |
static java.lang.String |
AdbMInstPubMsgData.getSubject(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message subject. |
java.lang.Long |
AdbMInstPubMsgData.getSequence()
Get the message sequence number. |
static java.lang.Long |
AdbMInstPubMsgData.getSequence(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message sequence number. |
DbOpcode |
AdbMInstPubMsgData.getOpcode()
Get the message opcode. |
static AdbOpcode |
AdbMInstPubMsgData.getOpcode(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message opcode. |
java.lang.String |
AdbMInstPubMsgData.getAgentId()
Get the Agent Id. |
static java.lang.String |
AdbMInstPubMsgData.getAgentId(com.tibco.tibrv.TibrvMsg rvMsg)
Get the Agent Id. |
java.lang.String |
AdbMInstChildPubMsgData.getClassName()
Get the child class name from which the update is published. |
DbReply |
AdbRequest.sendRequest(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject)
Send the request to ADB and return the reply. |
DbReply |
AdbRequest.sendRequest(java.lang.String sendSubject)
Send the request to ADB and return the reply. |
void |
AdbRequest.send(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject)
Send the request to ADB without waiting for a reply. |
void |
AdbRequest.send(java.lang.String sendSubject)
Send the request to ADB without waiting for a reply. |
void |
AdbRequest.send(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject,
java.lang.String replySubject)
Send the request to ADB without waiting for a reply. |
void |
AdbRequest.send(java.lang.String sendSubject,
java.lang.String replySubject)
Send the request to ADB using the default transport. |
void |
AdbRequest.sendRequest(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject,
com.tibco.tibrv.TibrvQueue rvQueue,
DbRequestCallback adbCb,
java.lang.String replySubject)
Async. |
void |
AdbRequest.sendRequest(java.lang.String sendSubject,
DbRequestCallback adbCb,
java.lang.String replySubject)
Async. |
com.tibco.tibrv.TibrvMsg |
AdbRequestStmt.getStmt()
Build request message. |
java.lang.String |
AdbReply.toPrettyPrintString()
Pretty Print the reply message. |
int |
AdbReply.getStatus()
Get the reply status. |
java.lang.String |
AdbReply.getSql()
Get the sql that caused the error. |
java.lang.String |
AdbReply.getError()
Get a description of the error. |
java.lang.Object |
AdbReply.getClosure()
Get the closure argument. |
int |
AdbReply.getResultSetCount()
Get the number of result sets. |
int |
AdbReply.getResultRowCount()
Get the number of rows in the first result set. |
int |
AdbReply.getResultRowCount(int resultSet)
Get the number of rows in the specified result set. |
com.tibco.tibrv.TibrvMsg |
AdbReply.getResultRow(int index)
Get a row from the first result set. |
com.tibco.tibrv.TibrvMsg |
AdbReply.getResultRow(int resultSet,
int index)
Get a row from the specified result set. |
java.lang.Integer |
AdbMInstPubMsg.getMsgType()
Get the message type. |
static java.lang.Integer |
AdbMInstPubMsg.getMsgType(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message type. |
java.lang.Integer |
AdbMInstPubMsg.getMsgPfmt()
Get the message pfmt. |
static java.lang.Integer |
AdbMInstPubMsg.getMsgPfmt(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message pfmt. |
java.lang.Integer |
AdbMInstPubMsg.getMsgVersion()
Get the message version. |
java.lang.Integer |
AdbMInstPubMsg.getMsgVersion(com.tibco.tibrv.TibrvMsg rvMsg)
Get the message version. |
DbPubMsgData |
AdbMInstPubMsg.getData()
Get the published data. |
static AdbMInstPubMsgData |
AdbMInstPubMsg.getData(com.tibco.tibrv.TibrvMsg rvMsg)
Get the published data. |
com.tibco.tibrv.TibrvMsg |
AdbRequestBind.getBind()
Build request message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |