|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cMsgCallbackThread | |
---|---|
org.jlab.coda.cMsg |
Uses of cMsgCallbackThread in org.jlab.coda.cMsg |
---|
Methods in org.jlab.coda.cMsg that return types with arguments of type cMsgCallbackThread | |
---|---|
java.util.HashSet<cMsgCallbackThread> |
cMsgSubscription.getCallbacks()
Gets the hashset storing callback threads. |
Methods in org.jlab.coda.cMsg with parameters of type cMsgCallbackThread | |
---|---|
void |
cMsgSubscription.addCallback(cMsgCallbackThread cbThread)
Method to add a callback thread. |
void |
cMsgSubscription.removeCallback(cMsgCallbackThread cbThread)
Method to remove a callback thread. |
Constructors in org.jlab.coda.cMsg with parameters of type cMsgCallbackThread | |
---|---|
cMsgSubscription(java.lang.String subject,
java.lang.String type,
int id,
cMsgCallbackThread cbThread)
Constructor used by cMsg domain API. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |