|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jlab.coda.cMsg.cMsgMessageContextDefault
public class cMsgMessageContextDefault
The class defines the default context that a message starts with when it's created.
Constructor Summary | |
---|---|
cMsgMessageContextDefault()
|
|
cMsgMessageContextDefault(boolean reliableSend)
|
Method Summary | |
---|---|
int |
getCueSize()
Gets the value of this callback's cue size. |
java.lang.String |
getDomain()
Gets the domain this callback is running in. |
boolean |
getReliableSend()
Gets whether the send will be reliable (default, TCP) or will be allowed to be unreliable (UDP). |
java.lang.String |
getSubject()
Gets the subject of this callback's subscription. |
java.lang.String |
getType()
Gets the type of this callback's subscription. |
void |
setReliableSend(boolean b)
Sets whether the send will be reliable (default, TCP) or will be allowed to be unreliable (UDP). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public cMsgMessageContextDefault()
public cMsgMessageContextDefault(boolean reliableSend)
Method Detail |
---|
public java.lang.String getDomain()
getDomain
in interface cMsgMessageContextInterface
public java.lang.String getSubject()
getSubject
in interface cMsgMessageContextInterface
public java.lang.String getType()
getType
in interface cMsgMessageContextInterface
public int getCueSize()
getCueSize
in interface cMsgMessageContextInterface
public void setReliableSend(boolean b)
setReliableSend
in interface cMsgMessageContextInterface
b
- false if using UDP, or true if using TCPpublic boolean getReliableSend()
getReliableSend
in interface cMsgMessageContextInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |