Package | Description |
---|---|
org.jlab.coda.cMsg.common |
Modifier and Type | Method and Description |
---|---|
java.util.Set<cMsgCallbackThread> |
cMsgSubscription.getCallbacks()
Gets the set storing callback threads.
|
Modifier and Type | Method and Description |
---|---|
void |
cMsgSubscription.addCallback(cMsgCallbackThread cbThread)
Method to add a callback thread.
|
void |
cMsgSubscription.removeCallback(cMsgCallbackThread cbThread)
Method to remove a callback thread.
|
Constructor and Description |
---|
cMsgSubscription(java.lang.String subject,
java.lang.String type,
int id,
cMsgCallbackThread cbThread)
Constructor used by cMsg domain API.
|