| Interface | Description |
|---|---|
| cMsgDeliverMessageInterface |
Classes that implement this interface provide a means for a subdomain handler
object to talk to its client - providing the client with responses to its requests.
|
| cMsgDomainInterface |
This interface is the cMsg client API for cMsg domain.
|
| cMsgMessageContextInterface |
Interface defining the context in which a subscription's callback is run.
|
| cMsgShutdownHandlerInterface |
Classes implementing this interface are used as cMsg clients' shutdown handlers.
|
| cMsgSubdomainInterface |
This interface is an API for an object that a cMsg domain server
uses to respond to client demands.
|
| Class | Description |
|---|---|
| cMsgCallbackThread |
This class is used to run a message callback in its own thread.
|
| cMsgClientInfo |
This class stores a cMsg client's information.
|
| cMsgDomainAdapter |
This class provides a very basic (non-functional, dummy) implementation
of the cMsgDomainInterface interface.
|
| cMsgGetHelper |
This class is used to help in implementing some sendAndGet, subscribeAndGet, and
syncSend methods.
|
| cMsgMessageContextDefault |
The class defines the default context that a message starts with when it's created.
|
| cMsgMessageFull |
This class contains the full functionality of a message.
|
| cMsgNotifier |
This class is used on server side to store information associated with a
subscribeAndGet and sendAndGet for later unsubscription and deletion
when timeout occurs on client side.
|
| cMsgServerFinder |
This class finds cMsg domain name servers and rc domain multicast servers
which are listening on UDP sockets.
|
| cMsgShutdownHandlerDefault |
This class implements the default client shutdown handler.
|
| cMsgSubdomainAdapter |
This class provides a very basic (non-functional/dummy) implementation
of the cMsgSubdomainInterface interface.
|
| cMsgSubscription |
This class stores a client's subscription to a particular message subject and type.
|
| FileHelper |
Utilities for File manipulation.
|