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

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

Uses of cMsgDeliverMessageInterface in org.jlab.coda.cMsg
 

Methods in org.jlab.coda.cMsg that return cMsgDeliverMessageInterface
 cMsgDeliverMessageInterface cMsgClientInfo.getDeliverer()
          Gets the object used to deliver messages to this client.
 

Methods in org.jlab.coda.cMsg with parameters of type cMsgDeliverMessageInterface
 void cMsgClientInfo.setDeliverer(cMsgDeliverMessageInterface deliverer)
          Sets the object used to deliver messages to this client.
 void cMsgSubdomainInterface.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.
 void cMsgSubdomainAdapter.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.
 

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

Classes in org.jlab.coda.cMsg.cMsgDomain.server that implement cMsgDeliverMessageInterface
 class cMsgMessageDeliverer
          This class delivers messages from the subdomain handler objects in the cMsg domain to a particular client.
 

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

Methods in org.jlab.coda.cMsg.subdomains with parameters of type cMsgDeliverMessageInterface
 void CA.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.
 void cMsg.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.
 void FileQueue.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.
 void SmartSockets.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.
 void Dummy.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.
 void TcpServer.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.
 void Queue.setMessageDeliverer(cMsgDeliverMessageInterface deliverer)
          Method to give the subdomain handler on object able to deliver messages to the client.