Class Summary |
cMsgAlarmServer |
This is a general purpose cMsg alarm server which logs special cMsg alarm
messages to screen, file, and/or database. |
cMsgConsumer |
This is an example class which creates a cMsg message consumer. |
cMsgFileToXML |
Dumps cMsgQueue binary files to XML; |
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. |
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 & 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. |
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. |
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. |
cMsgShutdowner |
This is an example class which creates a cMsg client that shuts down
other specified cMsg clients (possibly including itself). |