public class RcProtocolTest
extends java.lang.Object
Constructor and Description |
---|
RcProtocolTest(java.lang.String[] args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Run as a stand-alone application.
|
void |
run()
This method is executed as a thread.
|
void |
send(org.jlab.coda.cMsg.cMsgMessage message)
Method to send a message to the domain server for further distribution.
|
(package private) void |
sendStatusMessage()
Send a cMsg message with the status of this EMU to test server.
|
RcProtocolTest(java.lang.String[] args)
args
- program argspublic static void main(java.lang.String[] args)
args
- argspublic void run()
public void send(org.jlab.coda.cMsg.cMsgMessage message) throws org.jlab.coda.cMsg.cMsgException
message
- org.jlab.coda.cMsg.cMsgException
- if there are communication problems with the server;
subject and/or type is nullvoid sendStatusMessage()