Uses of Class
com.reuters.rc.db.DbSystemException

Packages that use DbSystemException
com.reuters.rc.db   
com.reuters.rc.db.adb   
 

Uses of DbSystemException in com.reuters.rc.db
 

Methods in com.reuters.rc.db that throw DbSystemException
 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.setFactory(java.lang.String pFactoryClassName)
          Set the factory instance.
 DbPubMsgData DbPubMsg.getData()
          Get the published data.
 com.tibco.tibrv.TibrvMsg DbRequestStmt.getStmt()
          Build request message.
 java.lang.String DbPubMsgData.getClassName()
          Get the message class - the message class is the name of the table from which the update is published.
 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.
 com.tibco.tibrv.TibrvMsg DbRequestBind.getBind()
          Build request message.
 java.lang.String DbChildPubMsgData.getClassName()
          Get the child class name from which the update is published.
 

Uses of DbSystemException in com.reuters.rc.db.adb
 

Subclasses of DbSystemException in com.reuters.rc.db.adb
 class AdbSystemException
          Exception thrown by the Adb helper classes.
 



Copyright © 2002-2003 Reuters. All Rights Reserved.