Package org.jlab.coda.cMsg.cMsgDomain.server

Class Summary
cMsgBroadcastListeningThread This class implements a thread to listen to cMsg clients broadcasting in order to find and then fully connect to a cMsg server.
cMsgDomainServer This class implements a cMsg domain server in the cMsg domain.
cMsgHolder This class is used to implement the cMsg domain server by storing an incoming message along with subject, type, id, and request (or client, server, flag for a shutdown) for later action by a thread from the thread pool.
cMsgMessageDeliverer This class delivers messages from the subdomain handler objects in the cMsg domain to a particular client.
cMsgMonitorClient This class implements an object to monitor the health of a cMsg client.
cMsgNameServer This class implements a cMsg name server in the cMsg domain.
cMsgServerBridge This class acts to bridge two cMsg domain servers by existing in one server and becoming a client of another cMsg domain server.
cMsgServerCloudJoiner This class oversees the connection of a cMsg server to a cloud of connected cMsg servers in the cMsg subdomain to become part of that cloud.
cMsgServerSendAndGetter This class handles a server client's sendAndGet request and propagates it to all the connected servers.
cMsgServerStatistics This class stores operating statistics of a cMsg server in regards to the cMsg subdomain.
cMsgServerSubscribeAndGetter This class handles a server client's subscribeAndGet request and propagates it to all the connected servers.
cMsgServerSubscribeInfo Class to store the record of a server client's subscription to a particular message subject, type, and namespace.