|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbBusinessException | |
com.reuters.rc.db | |
com.reuters.rc.db.adb |
Uses of DbBusinessException in com.reuters.rc.db |
Methods in com.reuters.rc.db that throw DbBusinessException | |
DbReply |
DbRequest.sendRequest(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject)
Request/Reply. |
DbReply |
DbRequest.sendRequest(java.lang.String sendSubject)
Request/Reply. |
void |
DbRequest.send(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject)
Request. |
void |
DbRequest.send(java.lang.String sendSubject)
Request. |
void |
DbRequest.send(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject,
java.lang.String replySubject)
Request.Send the request to ADB. |
void |
DbRequest.send(java.lang.String sendSubject,
java.lang.String replySubject)
Request.Send the request to ADB using the default transport. |
void |
DbRequest.sendRequest(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject,
com.tibco.tibrv.TibrvQueue rvQueue,
DbRequestCallback adbCb,
java.lang.String replySubject)
Async. |
void |
DbRequest.sendRequest(java.lang.String sendSubject,
DbRequestCallback adbCb,
java.lang.String replySubject)
Async. |
static void |
DbManager.setDefault(com.tibco.tibrv.TibrvTransport rvTrans,
com.tibco.tibrv.TibrvQueue rvQueue,
double defaultTimeout)
Set up a default TibrvTransport/TibrvQueue. |
static void |
DbManager.setDefault(com.tibco.tibrv.TibrvTransport rvTrans,
com.tibco.tibrv.TibrvQueue rvQueue)
Set up a default TibrvTransport/TibrvQueue. |
static void |
DbManager.setDefault(com.tibco.tibrv.TibrvTransport rvTrans)
Set up a default TibrvTransport. |
static void |
DbManager.setDefault(com.tibco.tibrv.TibrvQueue rvQueue)
Set up a default TibrvQueue. |
static void |
DbManager.setDefault(double timeout)
Set up a default request timeout. |
static void |
DbManager.setFactory(DbFactory pFactory)
Set the factory instance. |
static void |
DbManager.setFactory(java.lang.String pFactoryClassName)
Set the factory instance. |
static DbFactory |
DbManager.getFactory()
Get the instance of the factory. |
com.tibco.tibrv.TibrvMsg |
DbRequestStmt.getStmt()
Build request message. |
java.lang.String |
DbPubMsgData.getSubject()
Get the message subject. |
java.lang.Long |
DbPubMsgData.getSequence()
Get the message sequence number. |
DbOpcode |
DbPubMsgData.getOpcode()
Get the message opcode. |
java.lang.String |
DbPubMsgData.getAgentId()
Get the Agent Id. |
java.lang.String |
DbReply.toPrettyPrintString()
Pretty Print the reply message. |
int |
DbReply.getStatus()
Get the reply status. |
java.lang.String |
DbReply.getSql()
Get the sql that caused the error. |
java.lang.String |
DbReply.getError()
Get a description of the error. |
java.lang.Object |
DbReply.getClosure()
Get the closure argument. |
int |
DbReply.getResultSetCount()
Get the number of result sets. |
int |
DbReply.getResultRowCount()
Get the number of rows in the first result set. |
int |
DbReply.getResultRowCount(int resultSet)
Get the number of rows in the specified result set. |
com.tibco.tibrv.TibrvMsg |
DbReply.getResultRow(int index)
Get a row from the first result set. |
com.tibco.tibrv.TibrvMsg |
DbReply.getResultRow(int resultSet,
int index)
Get a row from the specified result set. |
Uses of DbBusinessException in com.reuters.rc.db.adb |
Subclasses of DbBusinessException in com.reuters.rc.db.adb | |
class |
AdbBusinessException
Exception thrown by the Adb helper classes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |