|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface cMsgMessageContextInterface
Interface defining the context in which a subscription's callback is run.
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). |
Method Detail |
---|
java.lang.String getDomain()
java.lang.String getSubject()
java.lang.String getType()
int getCueSize()
void setReliableSend(boolean b)
b
- false if using UDP, or true if using TCPboolean getReliableSend()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |