A C D G I N O P R S T U

A

ADB_COLUMN - Static variable in class com.reuters.rc.db.adb.AdbRequestBind
Column name.
ADB_DATA - Static variable in class com.reuters.rc.db.adb.AdbRequestBind
Column data.
ADB_POSITION - Static variable in class com.reuters.rc.db.adb.AdbRequestBind
Column position.
AdbBusinessException - exception com.reuters.rc.db.adb.AdbBusinessException.
Exception thrown by the Adb helper classes.
AdbBusinessException(String) - Constructor for class com.reuters.rc.db.adb.AdbBusinessException
Ctor.
AdbBusinessException(Throwable) - Constructor for class com.reuters.rc.db.adb.AdbBusinessException
Ctor.
AdbFactory - class com.reuters.rc.db.adb.AdbFactory.
The factory for Adb.
AdbFactory() - Constructor for class com.reuters.rc.db.adb.AdbFactory
Ctor.
AdbMInstChildPubMsgData - class com.reuters.rc.db.adb.AdbMInstChildPubMsgData.
This class represents the child table data of a MInstance message published by an ADB agent.
AdbMInstChildPubMsgData(String, TibrvMsg) - Constructor for class com.reuters.rc.db.adb.AdbMInstChildPubMsgData
Constructor.
AdbMInstPubMsg - class com.reuters.rc.db.adb.AdbMInstPubMsg.
This class represents a MInstance message published by an ADB agent.
AdbMInstPubMsg(TibrvMsg) - Constructor for class com.reuters.rc.db.adb.AdbMInstPubMsg
Constructor.
AdbMInstPubMsgData - class com.reuters.rc.db.adb.AdbMInstPubMsgData.
This class represents the data of a MInstance message published by an ADB agent.
AdbMInstPubMsgData(TibrvMsg) - Constructor for class com.reuters.rc.db.adb.AdbMInstPubMsgData
Constructor.
AdbOpcode - class com.reuters.rc.db.adb.AdbOpcode.
ADB operation codes represented as type-safe enumerations.
AdbReply - class com.reuters.rc.db.adb.AdbReply.
This class represents the reply sent by ADB in response to a request.
AdbReply(TibrvMsg) - Constructor for class com.reuters.rc.db.adb.AdbReply
Constructor.
AdbRequest - class com.reuters.rc.db.adb.AdbRequest.
This class represents a request sent to ADB.
AdbRequest(DbRequestStmt) - Constructor for class com.reuters.rc.db.adb.AdbRequest
Constructor.
AdbRequest(DbRequestStmt[]) - Constructor for class com.reuters.rc.db.adb.AdbRequest
Constructor.
AdbRequest(DbRequestStmt[], double) - Constructor for class com.reuters.rc.db.adb.AdbRequest
Constructor.
AdbRequest(DbRequestStmt[], double, Object) - Constructor for class com.reuters.rc.db.adb.AdbRequest
Constructor.
AdbRequest(DbRequestStmt, double) - Constructor for class com.reuters.rc.db.adb.AdbRequest
Constructor.
AdbRequest(DbRequestStmt, double, Object) - Constructor for class com.reuters.rc.db.adb.AdbRequest
Constructor.
AdbRequestBind - class com.reuters.rc.db.adb.AdbRequestBind.
This class represents a bind row in the statement sent to ADB.
AdbRequestBind(int, Object) - Constructor for class com.reuters.rc.db.adb.AdbRequestBind
Constructor.
AdbRequestBind(int, String, Object) - Constructor for class com.reuters.rc.db.adb.AdbRequestBind
Constructor.
AdbRequestBind(String, Object) - Constructor for class com.reuters.rc.db.adb.AdbRequestBind
Constructor.
AdbRequestStmt - class com.reuters.rc.db.adb.AdbRequestStmt.
This class represents a request statement sent to ADB.
AdbRequestStmt(String) - Constructor for class com.reuters.rc.db.adb.AdbRequestStmt
Constructor.
AdbRequestStmt(String, DbRequestBind) - Constructor for class com.reuters.rc.db.adb.AdbRequestStmt
Constructor.
AdbRequestStmt(String, DbRequestBind[]) - Constructor for class com.reuters.rc.db.adb.AdbRequestStmt
Constructor.
AdbRequestStmt(String, DbRequestBind[], int) - Constructor for class com.reuters.rc.db.adb.AdbRequestStmt
Constructor.
AdbRequestStmt(String, DbRequestBind, int) - Constructor for class com.reuters.rc.db.adb.AdbRequestStmt
Constructor.
AdbRequestStmt(String, int) - Constructor for class com.reuters.rc.db.adb.AdbRequestStmt
Constructor.
AdbSystemException - exception com.reuters.rc.db.adb.AdbSystemException.
Exception thrown by the Adb helper classes.
AdbSystemException(String) - Constructor for class com.reuters.rc.db.adb.AdbSystemException
Ctor.
AdbSystemException(Throwable) - Constructor for class com.reuters.rc.db.adb.AdbSystemException
Ctor.

C

com.reuters.rc.db - package com.reuters.rc.db
 
com.reuters.rc.db.adb - package com.reuters.rc.db.adb
 

D

DbBaseException - exception com.reuters.rc.db.DbBaseException.
The DbBaseException class is used across all core services.
DbBaseException() - Constructor for class com.reuters.rc.db.DbBaseException
Do nothing constructor.
DbBaseException(String) - Constructor for class com.reuters.rc.db.DbBaseException
Creates a new DbBaseException instance with a given message string.
DbBaseException(String, Object[], Throwable) - Constructor for class com.reuters.rc.db.DbBaseException
Create a new DbBaseException instance.
DbBaseException(String, Object, Throwable) - Constructor for class com.reuters.rc.db.DbBaseException
Create a new DbBaseException instance.
DbBaseException(String, Throwable) - Constructor for class com.reuters.rc.db.DbBaseException
Create a new DbBaseException instance.
DbBaseException(Throwable) - Constructor for class com.reuters.rc.db.DbBaseException
Create an exception nesting the rootCause of this exception.
DbBusinessException - exception com.reuters.rc.db.DbBusinessException.
Exception thrown when a normal usage error condition is trapped.
DbBusinessException(String) - Constructor for class com.reuters.rc.db.DbBusinessException
Constructor.
DbBusinessException(Throwable) - Constructor for class com.reuters.rc.db.DbBusinessException
Constructor.
DbChildPubMsgData - interface com.reuters.rc.db.DbChildPubMsgData.
This interface represents the child table data of a TibRv message published by an ADB-like agent.
DbFactory - interface com.reuters.rc.db.DbFactory.
DbFactory defines all the interface methods that any Adb-like client needs to implement to supply the instances of their DbXXXXXXX interface implementations.
DbManager - class com.reuters.rc.db.DbManager.
DbManager is the starting point for the application clients that wishes to access an ADB-like agent through the intefaces in this package.
DbOpcode - interface com.reuters.rc.db.DbOpcode.
DbOpcode interface represents the generic operations that any ADB-like publisher should support.
DbPubMsg - interface com.reuters.rc.db.DbPubMsg.
This class represents a TibRv message published by an ADB-like agent.
DbPubMsgData - interface com.reuters.rc.db.DbPubMsgData.
This interface abstracts the data within a message published by an ADB-like agent.
DbReply - interface com.reuters.rc.db.DbReply.
The DB reply interface that abstracts out a clients interaction with any ADB-like server.
DbRequest - interface com.reuters.rc.db.DbRequest.
The DB request interface that abstracts out a clients interaction with any ADB-like server.
DbRequestBind - interface com.reuters.rc.db.DbRequestBind.
This interface represents a bind row in the statement sent to an ADB-like agent.
DbRequestCallback - interface com.reuters.rc.db.DbRequestCallback.
Interface for receiving asynchronous response from DbRequest.
DbRequestStmt - interface com.reuters.rc.db.DbRequestStmt.
The DB request statement interface.
DbSystemException - exception com.reuters.rc.db.DbSystemException.
Exception thrown when a system error condition is trapped.
DbSystemException(String) - Constructor for class com.reuters.rc.db.DbSystemException
Constructor.
DbSystemException(Throwable) - Constructor for class com.reuters.rc.db.DbSystemException
Constructor.
DEFAULT_TIMEOUT - Static variable in class com.reuters.rc.db.DbManager
Default timeout in seconds.
DELETE - Static variable in class com.reuters.rc.db.adb.AdbOpcode
DELETE opcode object.

G

generateStackTraceString(Throwable) - Static method in class com.reuters.rc.db.DbBaseException
 
getAgentId() - Method in interface com.reuters.rc.db.DbPubMsgData
Get the Agent Id.
getAgentId() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the Agent Id.
getAgentId(TibrvMsg) - Static method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the Agent Id.
getBind() - Method in interface com.reuters.rc.db.DbRequestBind
Build request message.
getBind() - Method in class com.reuters.rc.db.adb.AdbRequestBind
Build request message.
getChildRowData() - Method in interface com.reuters.rc.db.DbPubMsgData
Get all the child table data.
getChildRowData() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get all the child table data.
getClassName() - Method in interface com.reuters.rc.db.DbPubMsgData
Get the message class - the message class is the name of the table from which the update is published.
getClassName() - Method in interface com.reuters.rc.db.DbChildPubMsgData
Get the child class name from which the update is published.
getClassName() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the message class - the message class is the name of the table from which the update is published.
getClassName() - Method in class com.reuters.rc.db.adb.AdbMInstChildPubMsgData
Get the child class name from which the update is published.
getClassName(TibrvMsg) - Static method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the message class - the message class is the name of the table from which the update is published.
getClosure() - Method in interface com.reuters.rc.db.DbRequest
Get the closure argument.
getClosure() - Method in interface com.reuters.rc.db.DbReply
Get the closure argument.
getClosure() - Method in class com.reuters.rc.db.adb.AdbRequest
Get the closure argument.
getClosure() - Method in class com.reuters.rc.db.adb.AdbReply
Get the closure argument.
getColumnName() - Method in class com.reuters.rc.db.adb.AdbRequestBind
Get column position.
getData() - Method in interface com.reuters.rc.db.DbPubMsg
Get the published data.
getData() - Method in interface com.reuters.rc.db.DbPubMsgData
Get the published data message.
getData() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the published data message.
getData() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Get the published data.
getData() - Method in class com.reuters.rc.db.adb.AdbRequestBind
Get column data.
getData(int) - Method in interface com.reuters.rc.db.DbChildPubMsgData
Get a specified child row data.
getData(int) - Method in class com.reuters.rc.db.adb.AdbMInstChildPubMsgData
Get a specified child row data.
getData(TibrvMsg) - Static method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Get the published data.
getDefaultQueue() - Static method in class com.reuters.rc.db.DbManager
Get the default TibrvQueue.
getDefaultTimeout() - Static method in class com.reuters.rc.db.DbManager
Get the default request timeout.
getDefaultTransport() - Static method in class com.reuters.rc.db.DbManager
Get the default TibrvTransport.
getDeleteOpcode() - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbOpcode object that represents a Delete operation.
getDeleteOpcode() - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbOpcode object that represents a Delete operation.
getError() - Method in interface com.reuters.rc.db.DbReply
Get a description of the error.
getError() - Method in class com.reuters.rc.db.adb.AdbReply
Get a description of the error.
getFactory() - Static method in class com.reuters.rc.db.DbManager
Get the instance of the factory.
getIdx() - Method in interface com.reuters.rc.db.DbChildPubMsgData
Get the IDX of the child table data rows.
getIdx() - Method in class com.reuters.rc.db.adb.AdbMInstChildPubMsgData
Get the IDX of the child table data rows.
getInsertOpcode() - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbOpcode object that represents an Insert operation.
getInsertOpcode() - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbOpcode object that represents an Insert operation.
getMaxRows() - Method in interface com.reuters.rc.db.DbRequestStmt
Get the maximum number of result rows returned from request.
getMaxRows() - Method in class com.reuters.rc.db.adb.AdbRequestStmt
Get the maximum number of result rows returned from request.
getMessage() - Method in class com.reuters.rc.db.DbBaseException
Override Exceptin.getMessage to include information of the root causeo of the exception.
getMsgPfmt() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Get the message pfmt.
getMsgPfmt(TibrvMsg) - Static method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Get the message pfmt.
getMsgType() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Get the message type.
getMsgType(TibrvMsg) - Static method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Get the message type.
getMsgVersion() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Get the message version.
getMsgVersion(TibrvMsg) - Method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Get the message version.
getOpcode() - Method in interface com.reuters.rc.db.DbPubMsgData
Get the message opcode.
getOpcode() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the message opcode.
getOpcode(int) - Method in interface com.reuters.rc.db.DbFactory
Get the OpCode object corresponding to an integer opcode.
getOpcode(int) - Method in class com.reuters.rc.db.adb.AdbFactory
Get the OpCode object corresponding to an integer opcode.
getOpcode(int) - Static method in class com.reuters.rc.db.adb.AdbOpcode
Get AdbOpcode object corresponding to the opCode published by ADB.
getOpcode(Integer) - Static method in class com.reuters.rc.db.adb.AdbOpcode
Get AdbOpcode object corresponding to the opCode published by ADB.
getOpcode(TibrvMsg) - Static method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the message opcode.
getPosition() - Method in class com.reuters.rc.db.adb.AdbRequestBind
Get column position.
getPubMsg(TibrvMsg) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a PubMsg object constructed from a Tibrv message.
getPubMsg(TibrvMsg) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a PubMsg object constructed from a Tibrv message.
getReply(TibrvMsg) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbReply object.
getReply(TibrvMsg) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbReply object.
getRequest() - Method in interface com.reuters.rc.db.DbRequest
Get the requests statement(s) associated with this request.
getRequest() - Method in class com.reuters.rc.db.adb.AdbRequest
Get the statement(s) associated with this request.
getRequest(DbRequestStmt) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt[]) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt[]) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt[], double) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt[], double) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt[], double, Object) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt[], double, Object) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt, double) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt, double) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt, double, Object) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequest object.
getRequest(DbRequestStmt, double, Object) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequest object.
getRequestBind(int, Object) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object.
getRequestBind(int, Object) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestBind object.
getRequestBind(int, String, Object) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object.
getRequestBind(int, String, Object) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestBind object.
getRequestBind(String, Object) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object.
getRequestBind(String, Object) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestBind object.
getRequestStmt(String) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object.
getRequestStmt(String) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestStmt object.
getRequestStmt(String, DbRequestBind) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object
getRequestStmt(String, DbRequestBind) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestStmt object
getRequestStmt(String, DbRequestBind[]) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object
getRequestStmt(String, DbRequestBind[]) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestStmt object
getRequestStmt(String, DbRequestBind[], int) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object
getRequestStmt(String, DbRequestBind[], int) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestStmt object
getRequestStmt(String, DbRequestBind, int) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object
getRequestStmt(String, DbRequestBind, int) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestStmt object
getRequestStmt(String, int) - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbRequestStmt object.
getRequestStmt(String, int) - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbRequestStmt object.
getResultRow(int) - Method in interface com.reuters.rc.db.DbReply
Get a row from the first result set.
getResultRow(int) - Method in class com.reuters.rc.db.adb.AdbReply
Get a row from the first result set.
getResultRow(int, int) - Method in interface com.reuters.rc.db.DbReply
Get a row from the specified result set.
getResultRow(int, int) - Method in class com.reuters.rc.db.adb.AdbReply
Get a row from the specified result set.
getResultRowCount() - Method in interface com.reuters.rc.db.DbReply
Get the number of rows in the first result set.
getResultRowCount() - Method in class com.reuters.rc.db.adb.AdbReply
Get the number of rows in the first result set.
getResultRowCount(int) - Method in interface com.reuters.rc.db.DbReply
Get the number of rows in the specified result set.
getResultRowCount(int) - Method in class com.reuters.rc.db.adb.AdbReply
Get the number of rows in the specified result set.
getResultSetCount() - Method in interface com.reuters.rc.db.DbReply
Get the number of result sets.
getResultSetCount() - Method in class com.reuters.rc.db.adb.AdbReply
Get the number of result sets.
getRootCause() - Method in class com.reuters.rc.db.DbBaseException
Get the exception that caused this exception to be raised.
getSequence() - Method in interface com.reuters.rc.db.DbPubMsgData
Get the message sequence number.
getSequence() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the message sequence number.
getSequence(TibrvMsg) - Static method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the message sequence number.
getSql() - Method in interface com.reuters.rc.db.DbRequestStmt
Get the sql statement.
getSql() - Method in interface com.reuters.rc.db.DbReply
Get the sql that caused the error.
getSql() - Method in class com.reuters.rc.db.adb.AdbRequestStmt
Get the sql statement.
getSql() - Method in class com.reuters.rc.db.adb.AdbReply
Get the sql that caused the error.
getStackTraceString() - Method in class com.reuters.rc.db.DbBaseException
Return the stack trace including root cause exceptions.
getStatus() - Method in interface com.reuters.rc.db.DbReply
Get the reply status.
getStatus() - Method in class com.reuters.rc.db.adb.AdbReply
Get the reply status.
getStmt() - Method in interface com.reuters.rc.db.DbRequestStmt
Build request message.
getStmt() - Method in class com.reuters.rc.db.adb.AdbRequestStmt
Build request message.
getSubject() - Method in interface com.reuters.rc.db.DbPubMsgData
Get the message subject.
getSubject() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the message subject.
getSubject(TibrvMsg) - Static method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Get the message subject.
getTimeout() - Method in interface com.reuters.rc.db.DbRequest
Get the maximum time interval for which to wait for reply.
getTimeout() - Method in class com.reuters.rc.db.adb.AdbRequest
Get the maximum time interval for which to wait for reply.
getUnknownOpcode() - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbOpcode object that represents an Unknown operation.
getUnknownOpcode() - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbOpcode object that represents an Unknown operation.
getUpdateOpcode() - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbOpcode object that represents an Update operation.
getUpdateOpcode() - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbOpcode object that represents an Update operation.
getUpsertOpcode() - Method in interface com.reuters.rc.db.DbFactory
Get an instance of a DbOpcode object that represents an Upsert operation.
getUpsertOpcode() - Method in class com.reuters.rc.db.adb.AdbFactory
Get an instance of a DbOpcode object that represents an Upsert operation.

I

INSERT - Static variable in class com.reuters.rc.db.adb.AdbOpcode
INSERT opcode object.
intValue() - Method in class com.reuters.rc.db.adb.AdbOpcode
Get the opcode value as an int.
isDelete() - Method in interface com.reuters.rc.db.DbOpcode
 
isDelete() - Method in class com.reuters.rc.db.adb.AdbOpcode
Check if this opcode is an DELETE.
isInsert() - Method in interface com.reuters.rc.db.DbOpcode
 
isInsert() - Method in class com.reuters.rc.db.adb.AdbOpcode
Check if this opcode is an INSERT.
isUnknown() - Method in interface com.reuters.rc.db.DbOpcode
 
isUnknown() - Method in class com.reuters.rc.db.adb.AdbOpcode
Check if this opcode is an UNKNOWN.
isUpdate() - Method in interface com.reuters.rc.db.DbOpcode
 
isUpdate() - Method in class com.reuters.rc.db.adb.AdbOpcode
Check if this opcode is an UPDATE.
isUpsert() - Method in interface com.reuters.rc.db.DbOpcode
 
isUpsert() - Method in class com.reuters.rc.db.adb.AdbOpcode
Check if this opcode is an UPSERT.
isValid() - Method in interface com.reuters.rc.db.DbPubMsg
Check if the object contains a valid result set.
isValid() - Method in interface com.reuters.rc.db.DbPubMsgData
Check if the object contains a valid result set.
isValid() - Method in interface com.reuters.rc.db.DbReply
Check if the object contains a valid result set.
isValid() - Method in interface com.reuters.rc.db.DbChildPubMsgData
Check if the object contains a valid result set.
isValid() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Check if the object contains a valid result set.
isValid() - Method in class com.reuters.rc.db.adb.AdbMInstChildPubMsgData
Check if the object contains a valid result set.
isValid() - Method in class com.reuters.rc.db.adb.AdbReply
Check if the instance contains a valid result set.
isValid() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Check if the object contains a valid result set.

N

NOPOSITION - Static variable in class com.reuters.rc.db.adb.AdbRequestBind
No position specified in bind.

O

onMsg(TibrvListener, DbReply) - Method in interface com.reuters.rc.db.DbRequestCallback
Callback function.

P

printStackTrace() - Method in class com.reuters.rc.db.DbBaseException
 
printStackTrace(PrintStream) - Method in class com.reuters.rc.db.DbBaseException
 
printStackTrace(PrintWriter) - Method in class com.reuters.rc.db.DbBaseException
 

R

rvQueue_ - Static variable in class com.reuters.rc.db.DbManager
Default TibrvQueue.
rvTrans_ - Static variable in class com.reuters.rc.db.DbManager
Default TibrvTransport.

S

send(String) - Method in interface com.reuters.rc.db.DbRequest
Request.
send(String) - Method in class com.reuters.rc.db.adb.AdbRequest
Send the request to ADB without waiting for a reply.
send(String, String) - Method in interface com.reuters.rc.db.DbRequest
Request.Send the request to ADB using the default transport.
send(String, String) - Method in class com.reuters.rc.db.adb.AdbRequest
Send the request to ADB using the default transport.
send(TibrvTransport, String) - Method in interface com.reuters.rc.db.DbRequest
Request.
send(TibrvTransport, String) - Method in class com.reuters.rc.db.adb.AdbRequest
Send the request to ADB without waiting for a reply.
send(TibrvTransport, String, String) - Method in interface com.reuters.rc.db.DbRequest
Request.Send the request to ADB.
send(TibrvTransport, String, String) - Method in class com.reuters.rc.db.adb.AdbRequest
Send the request to ADB without waiting for a reply.
sendRequest(String) - Method in interface com.reuters.rc.db.DbRequest
Request/Reply.
sendRequest(String) - Method in class com.reuters.rc.db.adb.AdbRequest
Send the request to ADB and return the reply.
sendRequest(String, DbRequestCallback, String) - Method in interface com.reuters.rc.db.DbRequest
Async.
sendRequest(String, DbRequestCallback, String) - Method in class com.reuters.rc.db.adb.AdbRequest
Async.
sendRequest(TibrvTransport, String) - Method in interface com.reuters.rc.db.DbRequest
Request/Reply.
sendRequest(TibrvTransport, String) - Method in class com.reuters.rc.db.adb.AdbRequest
Send the request to ADB and return the reply.
sendRequest(TibrvTransport, String, TibrvQueue, DbRequestCallback, String) - Method in interface com.reuters.rc.db.DbRequest
Async.
sendRequest(TibrvTransport, String, TibrvQueue, DbRequestCallback, String) - Method in class com.reuters.rc.db.adb.AdbRequest
Async.
setDefault(double) - Static method in class com.reuters.rc.db.DbManager
Set up a default request timeout.
setDefault(TibrvQueue) - Static method in class com.reuters.rc.db.DbManager
Set up a default TibrvQueue.
setDefault(TibrvTransport) - Static method in class com.reuters.rc.db.DbManager
Set up a default TibrvTransport.
setDefault(TibrvTransport, TibrvQueue) - Static method in class com.reuters.rc.db.DbManager
Set up a default TibrvTransport/TibrvQueue.
setDefault(TibrvTransport, TibrvQueue, double) - Static method in class com.reuters.rc.db.DbManager
Set up a default TibrvTransport/TibrvQueue.
setFactory(DbFactory) - Static method in class com.reuters.rc.db.DbManager
Set the factory instance.
setFactory(String) - Static method in class com.reuters.rc.db.DbManager
Set the factory instance.
setReplySize(int) - Method in interface com.reuters.rc.db.DbRequest
Set the number of resultset rows in a DbReply object.
setReplySize(int) - Method in class com.reuters.rc.db.adb.AdbRequest
This method is a NO-OP and exists to satisfy interface requirements.
setTimeout(double) - Method in interface com.reuters.rc.db.DbRequest
Set the maximum time interval for which to wait for reply.
setTimeout(double) - Method in class com.reuters.rc.db.adb.AdbRequest
Set the maximum time interval for which to wait for reply.

T

toPrettyPrintString() - Method in interface com.reuters.rc.db.DbRequest
Pretty Print the request message.
toPrettyPrintString() - Method in interface com.reuters.rc.db.DbReply
Pretty Print the reply message.
toPrettyPrintString() - Method in class com.reuters.rc.db.adb.AdbRequest
Pretty Print the request message.
toPrettyPrintString() - Method in class com.reuters.rc.db.adb.AdbReply
Pretty Print the reply message.
toString() - Method in class com.reuters.rc.db.DbBaseException
 
toString() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsgData
Override.
toString() - Method in class com.reuters.rc.db.adb.AdbOpcode
Override toString().
toString() - Method in class com.reuters.rc.db.adb.AdbMInstChildPubMsgData
Override.
toString() - Method in class com.reuters.rc.db.adb.AdbReply
Override toString().
toString() - Method in class com.reuters.rc.db.adb.AdbMInstPubMsg
Override.

U

UNKNOWN - Static variable in class com.reuters.rc.db.adb.AdbOpcode
UNKNOWN opcode object- Unknown opcode.
UPDATE - Static variable in class com.reuters.rc.db.adb.AdbOpcode
UPDATE opcode object.
UPSERT - Static variable in class com.reuters.rc.db.adb.AdbOpcode
UPSERT opcode object - UPDATE if row exists, otherwise INSERT.

A C D G I N O P R S T U

Copyright © 2002-2003 Reuters. All Rights Reserved.