Package | Description |
---|---|
org.jlab.coda.cMsg.cMsgDomain.client | |
org.jlab.coda.cMsg.cMsgDomain.server | |
org.jlab.coda.cMsg.cMsgDomain.subdomains | |
org.jlab.coda.cMsg.common |
Modifier and Type | Method and Description |
---|---|
void |
cMsgSendAndGetCallbackThread.sendMessage(cMsgMessageFull message)
Put message on a cue waiting to be taken by the callback.
|
Modifier and Type | Field and Description |
---|---|
(package private) cMsgMessageFull |
cMsgHolder.message
Message object.
|
Constructor and Description |
---|
cMsgHolder(cMsgMessageFull message)
Constructor for holding send and sendAndGet information from client.
|
cMsgHolder(cMsgMessageFull message,
int i)
Constructor for holding syncSend information from client.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.addArrayListToPayload(java.lang.String name,
int type,
java.util.ArrayList al,
cMsgMessageFull msg)
Adds ArrayList to message payload.
|
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)
Returns message at head of queue.
|
void |
Queue.handleSendAndGetRequest(cMsgMessageFull msg)
Returns message at head of queue.
|
void |
TcpServer.handleSendAndGetRequest(cMsgMessageFull msg)
Sends text string to server to execute, returns result.
|
void |
Database.handleSendAndGetRequest(cMsgMessageFull msg)
Executes sql statement in message text field, returns resultset as payload arrays.
|
void |
Dummy.handleSendAndGetRequest(cMsgMessageFull message) |
void |
CA.handleSendRequest(cMsgMessageFull msg)
Method to handle a message sent by a domain client.
|
void |
LogFile.handleSendRequest(cMsgMessageFull msg)
Write message to a file.
|
void |
cMsg.handleSendRequest(cMsgMessageFull message)
This method handles a message sent by regular (non-server) client.
|
void |
FileQueue.handleSendRequest(cMsgMessageFull msg)
Write message to queue file.
|
void |
Queue.handleSendRequest(cMsgMessageFull msg)
Inserts message into SQL database table via JDBC.
|
void |
Dummy.handleSendRequest(cMsgMessageFull message) |
void |
Et.handleSendRequest(cMsgMessageFull msg)
If there are no events to work with, get chunk number of empty events from
the ET system.
|
void |
SmartSockets.handleSendRequest(cMsgMessageFull msg)
Forwards message to smartsockets system.
|
void |
cMsg.handleServerSendAndGetRequest(cMsgMessageFull message,
java.lang.String namespace)
Method to synchronously get a single message from a responder to a message
being 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 |
CA.handleSyncSendRequest(cMsgMessageFull msg)
Method to handle a message sent by a domain client in synchronous mode.
|
int |
LogFile.handleSyncSendRequest(cMsgMessageFull msg)
Write message to a file.
|
int |
cMsg.handleSyncSendRequest(cMsgMessageFull message)
Method to handle message sent by client in synchronous mode.
|
int |
FileQueue.handleSyncSendRequest(cMsgMessageFull msg)
Write message to queue file.
|
int |
Queue.handleSyncSendRequest(cMsgMessageFull msg)
Inserts message into SQL database table via JDBC.
|
int |
Database.handleSyncSendRequest(cMsgMessageFull msg)
Executes sql statement in message text field.
|
int |
Dummy.handleSyncSendRequest(cMsgMessageFull message) |
int |
Et.handleSyncSendRequest(cMsgMessageFull msg)
If there are no events to work with, get chunk number of empty events from
the ET system.
|
Modifier and Type | Field and Description |
---|---|
(package private) cMsgMessageFull |
cMsgGetHelper.message
Message object.
|
(package private) cMsgMessageFull |
cMsgCallbackThread.message
Place to temporarily store the returned message from a get.
|
Modifier and Type | Method and Description |
---|---|
cMsgMessageFull |
cMsgMessageFull.copy()
Creates a complete copy of this message.
|
static cMsgMessageFull |
cMsgMessageFull.createDeliverableMessage()
Creates a deliverable message with blank fields so no NullPointerExceptions
are thrown when creating a message in a subdomain that is delivered to the
client.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 by sending out a
message which is responded to by its receiver(s).
|
void |
cMsgSubdomainInterface.handleSendRequest(cMsgMessageFull message)
Method to handle a message sent by a domain client.
|
void |
cMsgSubdomainAdapter.handleSendRequest(cMsgMessageFull message)
Method to handle a message sent by a 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 a message sent by a 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 queue of messages waiting to be taken by the callback.
|
void |
cMsgGetHelper.setMessage(cMsgMessageFull message)
Sets the messge object;
|