Uses of Class
com.reuters.rc.db.adb.AdbBusinessException

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

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

Methods in com.reuters.rc.db.adb that throw AdbBusinessException
 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.
 



Copyright © 2002-2003 Reuters. All Rights Reserved.