Class | Description |
---|---|
cMsgAlarmServer |
This is a general purpose cMsg alarm server which logs special cMsg alarm
messages to screen, file, and/or database.
|
cMsgAlarmServer.cb |
Class to implement the callback.
|
cMsgConsumer |
This is an example class which creates a cMsg message consumer.
|
cMsgFileToXML |
Dumps cMsgQueue binary files to XML;
|
cMsgFindLocalNetworkInfo |
This is an class which printout out some local network information.
|
cMsgFindServers |
This is an example class which creates a cMsg server finder.
|
cMsgGateway |
This is a general purpose cMsg gateway which cross-posts message between two domains.
|
cMsgGateway.cb1 |
Callback for cross-posting.
|
cMsgGateway.cb2 |
Callback for cross-posting.
|
cMsgGetConsumer |
This is an example class which creates a cMsg client that synchronously either
sends and receives messages by calling
cMsg.sendAndGet(org.jlab.coda.cMsg.cMsgMessage, int) or subscribes to a
subject and type and receives a response by calling cMsg.subscribeAndGet(java.lang.String, java.lang.String, int) . |
cMsgGetResponder |
This is an example class which creates a client designed to respond to
sendAndGet messages from another client (see
cMsgGetConsumer ). |
cMsgLogger |
This class is a general purpose message logger which logs cMsg messages to screen,
file, and/or database.
|
cMsgLogger.cb |
Class to implement the callback interface.
|
cMsgMonitor |
This class prints out cMsg domain system monitoring information
obtained from a cMsg domain client.
|
cMsgPayloadProducer |
An example class which creates a cMsg message producer whose messges
contain many and varied payload items.
|
cMsgPlatformSpy |
Thread that sleeps for 10 sec and checks to see if
there is a platform running with the given EXPID
|
cMsgProducer |
This is an example class which creates a cMsg message producer.
|
cMsgQueue |
This class is a general purpose cMsg queue utility that queues messages to
a file OR a database.
|
cMsgQueue.getCB |
Inner class to implement sendAndGet() callback.
|
cMsgQueue.subscribeCB |
Inner class to implement subscribe callback.
|
cMsgShutdowner |
This is an example class which creates a cMsg client that shuts down
other specified cMsg clients (possibly including itself).
|
cMsgStartEt |
Created by timmer on 8/6/15.
|
rcClientKiller |
This class simulates an rc multicast receiver, but then it commands all rc
clients that attempt to connect to abort/die.
|