|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbReply | |
| com.reuters.rc.db | |
| com.reuters.rc.db.adb | |
| Uses of DbReply in com.reuters.rc.db |
| Methods in com.reuters.rc.db that return DbReply | |
DbReply |
DbRequest.sendRequest(com.tibco.tibrv.TibrvTransport rvTrans,
java.lang.String sendSubject)
Request/Reply. |
DbReply |
DbRequest.sendRequest(java.lang.String sendSubject)
Request/Reply. |
DbReply |
DbFactory.getReply(com.tibco.tibrv.TibrvMsg replyMsg)
Get an instance of a DbReply object. |
| Methods in com.reuters.rc.db with parameters of type DbReply | |
void |
DbRequestCallback.onMsg(com.tibco.tibrv.TibrvListener listener,
DbReply reply)
Callback function. |
| Uses of DbReply in com.reuters.rc.db.adb |
| Classes in com.reuters.rc.db.adb that implement DbReply | |
class |
AdbReply
This class represents the reply sent by ADB in response to a request. |
| Methods in com.reuters.rc.db.adb that return DbReply | |
DbReply |
AdbFactory.getReply(com.tibco.tibrv.TibrvMsg replyMsg)
Get an instance of a DbReply object. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||