Uses of Class
org.jlab.coda.cMsg.cMsgSubscription

Packages that use cMsgSubscription
org.jlab.coda.cMsg   
org.jlab.coda.cMsg.cMsgDomain.client   
org.jlab.coda.cMsg.RCDomain   
 

Uses of cMsgSubscription in org.jlab.coda.cMsg
 

Methods in org.jlab.coda.cMsg with parameters of type cMsgSubscription
static boolean cMsgMessageMatcher.matches(java.lang.String subject, java.lang.String type, cMsgSubscription sub)
          This method checks to see if there is a match between a subject & type pair and a subscription.
 

Uses of cMsgSubscription in org.jlab.coda.cMsg.cMsgDomain.client
 

Fields in org.jlab.coda.cMsg.cMsgDomain.client with type parameters of type cMsgSubscription
 java.util.Set<cMsgSubscription> cMsg.subscriptions
          Collection of all of this client's message subscriptions which are cMsgSubscription objects.
 

Uses of cMsgSubscription in org.jlab.coda.cMsg.RCDomain
 

Fields in org.jlab.coda.cMsg.RCDomain with type parameters of type cMsgSubscription
 java.util.Set<cMsgSubscription> RunControl.subscriptions
          Collection of all of this client's message subscriptions which are cMsgSubscription objects.