Uses of Interface
org.jlab.coda.cMsg.cMsgSubscriptionHandle

Packages that use cMsgSubscriptionHandle
org.jlab.coda.cMsg   
 

Uses of cMsgSubscriptionHandle in org.jlab.coda.cMsg
 

Methods in org.jlab.coda.cMsg that return cMsgSubscriptionHandle
 cMsgSubscriptionHandle cMsg.subscribe(java.lang.String subject, java.lang.String type, cMsgCallbackInterface cb, java.lang.Object userObj)
          Method to subscribe to receive messages of a subject and type from the domain.
 

Methods in org.jlab.coda.cMsg with parameters of type cMsgSubscriptionHandle
 void cMsg.unsubscribe(cMsgSubscriptionHandle handle)
          Method to unsubscribe a previous subscription to receive messages of a subject and type from the domain.