Class Summary |
B64test |
An example class which creates test base64 endcoding and decoding. |
cMsgAlarmServer |
Logs special cMsg alarm messages to screen, file, and/or database. |
cMsgConsumer |
An example class which creates a cMsg message consumer. |
cMsgDualConsumer |
Double-threaded consumer used for testing purposes |
cMsgEnterpriseTester |
Test enterprise cMsg implementation by having 1 thread do
continuous subscribeAndGets simultaneously with another
thread that does a subscribe on the same sub/type. |
cMsgGateway |
Cross-posts message between two domains. |
cMsgGetConsumer |
This is an example class which creates a cMsg client that sends and
receives messages by calling sendAndGet. |
cMsgGetResponder |
This is an example class which creates a client designed to respond to
sendAndGet messages from another client. |
cMsgLogger |
Logs cMsg messages to screen, file, and/or database. |
cMsgMonitor |
Application that gets and prints monitor data. |
cMsgProducer |
An example class which creates a cMsg message producer. |
cMsgQueue |
Queues messages to file or MySQL database. |
cMsgShutdowner |
This is an example class which creates a cMsg client that shutsdown
other specified cMsg clients (possibly including itself). |
cMsgTestRcServer |
Simulates an rc broadcast server and rc server together. |
payloadTest |
An example class which creates a cMsg message producer. |
RCBroadcastServer |
Simulates an rc broadcast server and rc server together. |
rcClient |
This class implements a run control client. |
rcClientReconnect |
This class implements a run control client that reconnects. |
rcVClient |
Vardan's runcontrol client. |