Interface | Description |
---|---|
cMsgCallbackInterface |
This interface provides an API for the client callbacks in the cMsg system.
|
cMsgSubscriptionHandle |
This interface is implemented by the object returned by calling
cMsg.subscribe(java.lang.String, java.lang.String, org.jlab.coda.cMsg.cMsgCallbackInterface, java.lang.Object) . |
Class | Description |
---|---|
cMsg |
This class is instantiated by a client in order to connect to a domain.
|
cMsgCallbackAdapter |
This class is an adapter which implements the cMsgCallbackInterface.
|
cMsgConstants |
This interface defines some useful constants.
|
cMsgMessage |
This class implements a message in the cMsg messaging system.
|
cMsgNetworkConstants |
This interface defines some useful constants.
|
cMsgPayloadItem |
This class represents an item in a cMsg message's payload.
|
cMsgUtilities |
This class stores methods which are neatly self-contained and
may be used in more that one place.
|
Exception | Description |
---|---|
cMsgException |
This class represents an error that occurred while attempting to execute a cMsg method.
|