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

Packages that use cMsgNotifier
org.jlab.coda.cMsg   
org.jlab.coda.cMsg.cMsgDomain.server   
org.jlab.coda.cMsg.subdomains   
 

Uses of cMsgNotifier in org.jlab.coda.cMsg
 

Methods in org.jlab.coda.cMsg that return types with arguments of type cMsgNotifier
 java.util.Set<cMsgNotifier> cMsgSubscription.getNotifiers()
          Gets the set of objects used to notify servers that their subscribeAndGet is complete.
 

Methods in org.jlab.coda.cMsg with parameters of type cMsgNotifier
 void cMsgSubscription.addNotifier(cMsgNotifier notifier)
          Add a notifier object to the set of objects used to notify servers that their subscribeAndGet is complete.
 void cMsgSubscription.removeNotifier(cMsgNotifier notifier)
          Remove a notifier object from the set of objects used to notify servers that their subscribeAndGet is complete.
 

Uses of cMsgNotifier in org.jlab.coda.cMsg.cMsgDomain.server
 

Constructors in org.jlab.coda.cMsg.cMsgDomain.server with parameters of type cMsgNotifier
cMsgServerSendAndGetter(cMsgNameServer nameServer, cMsgNotifier notifier, java.util.concurrent.ConcurrentHashMap sendAndGetters)
          Constructor.
cMsgServerSubscribeAndGetter(cMsgNameServer nameServer, cMsgNotifier notifier, cMsgCallbackAdapter cb, java.util.Set subscriptions, cMsgServerSubscribeInfo sub)
          Constructor.
 

Uses of cMsgNotifier in org.jlab.coda.cMsg.subdomains
 

Methods in org.jlab.coda.cMsg.subdomains with parameters of type cMsgNotifier
 int cMsg.handleServerSendAndGetRequest(cMsgMessageFull message, java.lang.String namespace, cMsgNotifier notifier)
          Method to synchronously get a single message from a responder to a message being sent by the client.
 void cMsg.handleServerSubscribeAndGetRequest(java.lang.String subject, java.lang.String type, cMsgNotifier notifier)
          Method for regular client to synchronously get a single message from the server for a one-time subscription of a subject and type.