|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cMsgMessageFull | |
---|---|
org.jlab.coda.cMsg | |
org.jlab.coda.cMsg.cMsgDomain.client | |
org.jlab.coda.cMsg.cMsgDomain.server | |
org.jlab.coda.cMsg.subdomains |
Uses of cMsgMessageFull in org.jlab.coda.cMsg |
---|
Methods in org.jlab.coda.cMsg that return cMsgMessageFull | |
---|---|
cMsgMessageFull |
cMsgMessageFull.copy()
Creates a complete copy of this message. |
cMsgMessageFull |
cMsgGetHelper.getMessage()
Returns the message object. |
cMsgMessageFull |
cMsgMessageFull.nullResponse()
Creates a proper response message to this message which was sent by a client calling sendAndGet. |
cMsgMessageFull |
cMsgMessageFull.response()
Creates a proper response message to this message which was sent by a client calling sendAndGet. |
Methods in org.jlab.coda.cMsg with parameters of type cMsgMessageFull | |
---|---|
void |
cMsgSubdomainInterface.handleSendAndGetRequest(cMsgMessageFull message)
Method to synchronously get a single message by sending out a message which is responded to by its receiver(s). |
void |
cMsgSubdomainAdapter.handleSendAndGetRequest(cMsgMessageFull message)
Method to synchronously get a single message from a receiver by sending out a message to be responded to. |
void |
cMsgSubdomainInterface.handleSendRequest(cMsgMessageFull message)
Method to handle a message sent by a domain client. |
void |
cMsgSubdomainAdapter.handleSendRequest(cMsgMessageFull message)
Method to handle message sent by domain client. |
int |
cMsgSubdomainInterface.handleSyncSendRequest(cMsgMessageFull message)
Method to handle a message sent by a domain client in synchronous mode. |
int |
cMsgSubdomainAdapter.handleSyncSendRequest(cMsgMessageFull message)
Method to handle message sent by domain client in synchronous mode. |
void |
cMsgMessageFull.makeNullResponse(cMsgMessageFull msg)
Converts existing message to null response of supplied message. |
void |
cMsgMessageFull.makeResponse(cMsgMessageFull msg)
Converts existing message to response of supplied message. |
void |
cMsgCallbackThread.sendMessage(cMsgMessageFull message)
Put message on a cue of messages waiting to be taken by the callback. |
void |
cMsgGetHelper.setMessage(cMsgMessageFull message)
Sets the messge object; |
Uses of cMsgMessageFull in org.jlab.coda.cMsg.cMsgDomain.client |
---|
Methods in org.jlab.coda.cMsg.cMsgDomain.client with parameters of type cMsgMessageFull | |
---|---|
void |
cMsgSendAndGetCallbackThread.sendMessage(cMsgMessageFull message)
Put message on a cue waiting to be taken by the callback. |
Uses of cMsgMessageFull in org.jlab.coda.cMsg.cMsgDomain.server |
---|
Constructors in org.jlab.coda.cMsg.cMsgDomain.server with parameters of type cMsgMessageFull | |
---|---|
cMsgHolder(cMsgMessageFull message)
Constructor for holding send and get information from client. |
Uses of cMsgMessageFull in org.jlab.coda.cMsg.subdomains |
---|
Methods in org.jlab.coda.cMsg.subdomains with parameters of type cMsgMessageFull | |
---|---|
void |
cMsg.handleSendAndGetRequest(cMsgMessageFull message)
Method to synchronously get a single message from a responder to a message being sent by the client. |
void |
FileQueue.handleSendAndGetRequest(cMsgMessageFull message)
Method to synchronously get a single message from a receiver by sending out a message to be responded to. |
void |
Dummy.handleSendAndGetRequest(cMsgMessageFull message)
Method to synchronously get a single message from a receiver by sending out a message to be responded to. |
void |
TcpServer.handleSendAndGetRequest(cMsgMessageFull msg)
Sends text string to server to execute, returns result. |
void |
Queue.handleSendAndGetRequest(cMsgMessageFull message)
Method to synchronously get a single message from a receiver by sending out a message to be responded to. |
void |
LogFile.handleSendRequest(cMsgMessageFull msg)
Method to handle message sent by client. |
void |
CA.handleSendRequest(cMsgMessageFull msg)
Method to handle message sent by client. |
void |
cMsg.handleSendRequest(cMsgMessageFull message)
This method handles a message sent by reuglar (non-server) client. |
void |
FileQueue.handleSendRequest(cMsgMessageFull msg)
Method to handle message sent by client. |
void |
SmartSockets.handleSendRequest(cMsgMessageFull msg)
Forwards message to smartsockets system. |
void |
Dummy.handleSendRequest(cMsgMessageFull message)
Method to handle message sent by domain client. |
void |
Queue.handleSendRequest(cMsgMessageFull msg)
Method to handle message sent by client. |
void |
Database.handleSendRequest(cMsgMessageFull msg)
Executes sql insert or update statement from message payload. |
void |
cMsg.handleServerSendAndGetRequest(cMsgMessageFull message,
java.lang.String namespace)
Method to synchronously get a single message from a resonder to a message beug sent by the server client. |
int |
cMsg.handleServerSendAndGetRequest(cMsgMessageFull message,
java.lang.String namespace,
cMsgNotifier notifier)
Method to synchronously get a single message from a responder to a message being sent by the client. |
int |
LogFile.handleSyncSendRequest(cMsgMessageFull msg)
Method to handle message sent by domain client in synchronous mode. |
int |
CA.handleSyncSendRequest(cMsgMessageFull msg)
Method to handle message sent by domain client in synchronous mode. |
int |
cMsg.handleSyncSendRequest(cMsgMessageFull message)
Method to handle message sent by client in synchronous mode. |
int |
FileQueue.handleSyncSendRequest(cMsgMessageFull msg)
Method to handle message sent by domain client in synchronous mode. |
int |
Dummy.handleSyncSendRequest(cMsgMessageFull message)
Method to handle message sent by domain client in synchronous mode. |
int |
Queue.handleSyncSendRequest(cMsgMessageFull msg)
Method to handle message sent by domain client in synchronous mode. |
int |
Database.handleSyncSendRequest(cMsgMessageFull msg)
Method to handle message sent by domain client in synchronous mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |