Package | Description |
---|---|
org.jlab.coda.cMsg | |
org.jlab.coda.cMsg.common |
Modifier and Type | Field and Description |
---|---|
protected cMsgMessageContextInterface |
cMsgMessage.context
Object giving info about callback environment.
|
Modifier and Type | Method and Description |
---|---|
cMsgMessageContextInterface |
cMsgMessage.getContext()
Gets the object containing information about the context of the
callback receiving this message.
|
Modifier and Type | Class and Description |
---|---|
class |
cMsgMessageContextDefault
The class defines the default context that a message starts with when it's created.
|
Modifier and Type | Method and Description |
---|---|
void |
cMsgMessageFull.setContext(cMsgMessageContextInterface context)
Sets the object containing information about the context of the
callback receiving this message.
|