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

Packages that use cMsgCallbackInterface
org.jlab.coda.cMsg   
org.jlab.coda.cMsg.CADomain   
org.jlab.coda.cMsg.cMsgDomain.client   
org.jlab.coda.cMsg.cMsgDomain.server   
org.jlab.coda.cMsg.RCBroadcastDomain   
org.jlab.coda.cMsg.RCDomain   
org.jlab.coda.cMsg.RCServerDomain   
 

Uses of cMsgCallbackInterface in org.jlab.coda.cMsg
 

Classes in org.jlab.coda.cMsg that implement cMsgCallbackInterface
 class cMsgCallbackAdapter
          This class is an adapter which implements the cMsgCallbackInterface.
 

Methods in org.jlab.coda.cMsg that return cMsgCallbackInterface
 cMsgCallbackInterface cMsgCallbackThread.getCallback()
          Gets the callback object.
 

Methods in org.jlab.coda.cMsg with parameters of type cMsgCallbackInterface
 java.lang.Object cMsgDomainAdapter.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 server.
 java.lang.Object 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 server.
 java.lang.Object cMsgDomainInterface.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 server.
 

Constructors in org.jlab.coda.cMsg with parameters of type cMsgCallbackInterface
cMsgCallbackThread(cMsgCallbackInterface callback, java.lang.Object arg, java.lang.String domain, java.lang.String subject, java.lang.String type)
          Constructor.
 

Uses of cMsgCallbackInterface in org.jlab.coda.cMsg.CADomain
 

Methods in org.jlab.coda.cMsg.CADomain with parameters of type cMsgCallbackInterface
 java.lang.Object CA.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 server.
 

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

Methods in org.jlab.coda.cMsg.cMsgDomain.client with parameters of type cMsgCallbackInterface
 int cMsgServerClient.serverSendAndGet(cMsgMessage message, java.lang.String namespace, cMsgCallbackInterface cb)
          The message is sent by a server client to another server as it would be in the cMsg.send(org.jlab.coda.cMsg.cMsgMessage) method.
 void cMsgServerClient.serverSubscribe(java.lang.String subject, java.lang.String type, java.lang.String namespace, cMsgCallbackInterface cb, java.lang.Object userObj)
          Method for a server to subscribe to receive messages of a subject and type from another domain server.
 void cMsgServerClient.serverUnsubscribe(java.lang.String subject, java.lang.String type, java.lang.String namespace, cMsgCallbackInterface cb, java.lang.Object userObj)
          Method for a server to unsubscribe a previous subscription to receive messages of a subject and type from another domain server.
 java.lang.Object 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 server.
 

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

Methods in org.jlab.coda.cMsg.cMsgDomain.server with parameters of type cMsgCallbackInterface
 void cMsgServerBridge.sendAndGet(cMsgMessage msg, java.lang.String namespace, cMsgCallbackInterface cb)
          Method to do a sendAndGet of a message of subject and type to another cMsg server.
 void cMsgServerBridge.subscribeAndGet(java.lang.String subject, java.lang.String type, java.lang.String namespace, cMsgCallbackInterface cb)
          Method for a subscribeAndGet (a one-time subscribe) on another cMsg server.
 void cMsgServerBridge.unsubscribeAndGet(java.lang.String subject, java.lang.String type, java.lang.String namespace, cMsgCallbackInterface cb)
          Method to remove a previous subscribeAndGet ton another cMsg server.
 

Uses of cMsgCallbackInterface in org.jlab.coda.cMsg.RCBroadcastDomain
 

Methods in org.jlab.coda.cMsg.RCBroadcastDomain with parameters of type cMsgCallbackInterface
 java.lang.Object RCBroadcast.subscribe(java.lang.String subject, java.lang.String type, cMsgCallbackInterface cb, java.lang.Object userObj)
          Method to subscribe to receive messages from rc clients.
 

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

Methods in org.jlab.coda.cMsg.RCDomain with parameters of type cMsgCallbackInterface
 java.lang.Object RunControl.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 server.
 

Uses of cMsgCallbackInterface in org.jlab.coda.cMsg.RCServerDomain
 

Methods in org.jlab.coda.cMsg.RCServerDomain with parameters of type cMsgCallbackInterface
 java.lang.Object RCServer.subscribe(java.lang.String subject, java.lang.String type, cMsgCallbackInterface cb, java.lang.Object userObj)
          This is a method to subscribe to receive messages of a subject and type from the rc client.