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

Packages that use cMsgMessage
org.jlab.coda.cMsg   
org.jlab.coda.cMsg.apps   
org.jlab.coda.cMsg.CADomain   
org.jlab.coda.cMsg.cMsgDomain.client   
org.jlab.coda.cMsg.cMsgDomain.server   
org.jlab.coda.cMsg.FileDomain   
org.jlab.coda.cMsg.RCBroadcastDomain   
org.jlab.coda.cMsg.RCDomain   
org.jlab.coda.cMsg.RCServerDomain   
org.jlab.coda.cMsg.subdomains   
org.jlab.coda.cMsg.TCPSDomain   
 

Uses of cMsgMessage in org.jlab.coda.cMsg
 

Subclasses of cMsgMessage in org.jlab.coda.cMsg
 class cMsgMessageFull
          This class contains the full functionality of a message.
 

Methods in org.jlab.coda.cMsg that return cMsgMessage
 cMsgMessage cMsgMessage.copy()
          Creates a complete copy of this message.
 cMsgMessage cMsgPayloadItem.getMessage()
          Gets the payload item as a cMsgMessage object.
 cMsgMessage[] cMsgPayloadItem.getMessageArray()
          Gets the payload item as an array of cMsgMessage objects.
 cMsgMessage cMsgDomainAdapter.monitor(java.lang.String command)
          This method is a synchronous call to receive a message containing monitoring data which describes the state of the cMsg domain the user is connected to.
 cMsgMessage cMsg.monitor(java.lang.String command)
          This method is a synchronous call to receive a message containing monitoring data which describes the state of the cMsg domain the user is connected to.
 cMsgMessage cMsgDomainInterface.monitor(java.lang.String command)
          This method is a synchronous call to receive a message containing monitoring data which describes the state of the cMsg domain the user is connected to.
 cMsgMessage cMsgMessage.nullResponse()
          Creates a proper response message to this message which was sent by a client calling sendAndGet.
 cMsgMessage cMsgMessage.response()
          Creates a proper response message to this message which was sent by a client calling sendAndGet.
 cMsgMessage cMsgDomainAdapter.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the cMsgDomainAdapter.send(org.jlab.coda.cMsg.cMsgMessage) method.
 cMsgMessage cMsg.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the cMsg.send(org.jlab.coda.cMsg.cMsgMessage) method.
 cMsgMessage cMsgDomainInterface.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the cMsgDomainInterface.send(org.jlab.coda.cMsg.cMsgMessage) method.
 cMsgMessage cMsgDomainAdapter.subscribeAndGet(java.lang.String subject, java.lang.String type, int timeout)
          This method is like a one-time subscribe.
 cMsgMessage cMsg.subscribeAndGet(java.lang.String subject, java.lang.String type, int timeout)
          This method is like a one-time subscribe.
 cMsgMessage cMsgDomainInterface.subscribeAndGet(java.lang.String subject, java.lang.String type, int timeout)
          This method is like a one-time subscribe.
 

Methods in org.jlab.coda.cMsg with parameters of type cMsgMessage
 void cMsgCallbackInterface.callback(cMsgMessage msg, java.lang.Object userObject)
          Callback method definition.
 void cMsgCallbackAdapter.callback(cMsgMessage msg, java.lang.Object userObject)
          Callback method definition.
 void cMsgMessage.copyPayload(cMsgMessage msg)
          Copy only the payload of the given message, overwriting the existing payload.
 void cMsgDeliverMessageInterface.deliverMessage(cMsgMessage msg, int msgType)
          Method to deliver a message from a domain server's subdomain handler to a client.
 boolean cMsgDeliverMessageInterface.deliverMessageAndAcknowledge(cMsgMessage msg, int msgType)
          Method to deliver a message from a domain server's subdomain handler to a client and receive acknowledgment that the message was received.
 void cMsgMessage.makeNullResponse(cMsgMessage msg)
          Converts existing message to null response of supplied message.
 void cMsgMessage.makeResponse(cMsgMessage msg)
          Converts existing message to response of supplied message.
 void cMsgDomainAdapter.send(cMsgMessage message)
          Method to send a message to the domain server for further distribution.
 void cMsg.send(cMsgMessage message)
          Method to send a message to the domain server for further distribution.
 void cMsgDomainInterface.send(cMsgMessage message)
          Method to send a message to the domain server for further distribution.
 cMsgMessage cMsgDomainAdapter.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the cMsgDomainAdapter.send(org.jlab.coda.cMsg.cMsgMessage) method.
 cMsgMessage cMsg.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the cMsg.send(org.jlab.coda.cMsg.cMsgMessage) method.
 cMsgMessage cMsgDomainInterface.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the cMsgDomainInterface.send(org.jlab.coda.cMsg.cMsgMessage) method.
 int cMsgDomainAdapter.syncSend(cMsgMessage message, int timeout)
          Method to send a message to the domain server for further distribution and wait for a response from the subdomain handler that got it.
 int cMsg.syncSend(cMsgMessage message, int timeout)
          Method to send a message to the domain server for further distribution and wait for a response from the subdomain handler that got it.
 int cMsgDomainInterface.syncSend(cMsgMessage message, int timeout)
          Method to send a message to the domain server for further distribution and wait for a response from the subdomain handler that got it.
 

Constructors in org.jlab.coda.cMsg with parameters of type cMsgMessage
cMsgMessage(cMsgMessage msg)
          The constructor which copies a given message.
cMsgMessageFull(cMsgMessage m)
          Constructor using existing cMsgMessage type of message.
cMsgPayloadItem(java.lang.String name, cMsgMessage msg)
          Construct a payload item from a cMsgMessage object.
cMsgPayloadItem(java.lang.String name, cMsgMessage[] msgs)
          Construct a payload item from an array of cMsgMessage objects.
 

Uses of cMsgMessage in org.jlab.coda.cMsg.apps
 

Methods in org.jlab.coda.cMsg.apps with parameters of type cMsgMessage
static void cMsgAlarmServer.logToDatabase(cMsgMessage msg)
           
 

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

Methods in org.jlab.coda.cMsg.CADomain that return cMsgMessage
 cMsgMessage CA.subscribeAndGet(java.lang.String subject, java.lang.String type, int timeout)
          This method does two separate things depending on the specifics of message in the argument.
 

Methods in org.jlab.coda.cMsg.CADomain with parameters of type cMsgMessage
 void CA.send(cMsgMessage msg)
          Method to send a message to the domain server for further distribution.
 

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

Methods in org.jlab.coda.cMsg.cMsgDomain.client that return cMsgMessage
 cMsgMessage cMsg.monitor(java.lang.String command)
          This method is a synchronous call to receive a message containing monitoring data which describes the state of the cMsg domain the user is connected to.
 cMsgMessage cMsg.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the cMsg.send(org.jlab.coda.cMsg.cMsgMessage) method.
 cMsgMessage cMsg.subscribeAndGet(java.lang.String subject, java.lang.String type, int timeout)
          This method is like a one-time subscribe.
 

Methods in org.jlab.coda.cMsg.cMsgDomain.client with parameters of type cMsgMessage
 void cMsg.send(cMsgMessage message)
          Method to send a message to the domain server for further distribution.
 cMsgMessage cMsg.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the cMsg.send(org.jlab.coda.cMsg.cMsgMessage) method.
 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.
 int cMsg.syncSend(cMsgMessage message, int timeout)
          Method to send a message to the domain server for further distribution and wait for a response from the subdomain handler that got it.
 

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

Methods in org.jlab.coda.cMsg.cMsgDomain.server with parameters of type cMsgMessage
 void cMsgMessageDeliverer.deliverMessage(cMsgMessage msg, int msgType)
          Method to deliver a message from a domain server's subdomain handler to a client.
 boolean cMsgMessageDeliverer.deliverMessageAndAcknowledge(cMsgMessage msg, int msgType)
          Method to deliver a message from a domain server's subdomain handler to a client and receive acknowledgment that the message was received.
 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.
 

Uses of cMsgMessage in org.jlab.coda.cMsg.FileDomain
 

Methods in org.jlab.coda.cMsg.FileDomain with parameters of type cMsgMessage
 void File.send(cMsgMessage msg)
          Writes to file.
 int File.syncSend(cMsgMessage message, int timeout)
          Calls send to write to file.
 

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

Methods in org.jlab.coda.cMsg.RCBroadcastDomain that return cMsgMessage
 cMsgMessage RCBroadcast.subscribeAndGet(java.lang.String subject, java.lang.String type, int timeout)
          This method is like a one-time subscribe.
 

Methods in org.jlab.coda.cMsg.RCBroadcastDomain with parameters of type cMsgMessage
 void RCBroadcast.send(cMsgMessage message)
          Method to send an abort command to the rc client.
 

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

Methods in org.jlab.coda.cMsg.RCDomain with parameters of type cMsgMessage
 void RunControl.send(cMsgMessage message)
          Method to send a message to the domain server for further distribution.
 

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

Methods in org.jlab.coda.cMsg.RCServerDomain that return cMsgMessage
 cMsgMessage RCServer.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the RCServer.send(org.jlab.coda.cMsg.cMsgMessage) method except that the senderToken and creator are set.
 cMsgMessage RCServer.subscribeAndGet(java.lang.String subject, java.lang.String type, int timeout)
          This method is like a one-time subscribe.
 

Methods in org.jlab.coda.cMsg.RCServerDomain with parameters of type cMsgMessage
 void RCServer.send(cMsgMessage message)
          Method to send a message/command to the rc client.
 cMsgMessage RCServer.sendAndGet(cMsgMessage message, int timeout)
          The message is sent as it would be in the RCServer.send(org.jlab.coda.cMsg.cMsgMessage) method except that the senderToken and creator are set.
 

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

Methods in org.jlab.coda.cMsg.subdomains with parameters of type cMsgMessage
 void cMsg.localSend(cMsgMessage message, java.lang.String namespace)
          This method handles a message sent by a local bridge object's callback.
 

Uses of cMsgMessage in org.jlab.coda.cMsg.TCPSDomain
 

Methods in org.jlab.coda.cMsg.TCPSDomain with parameters of type cMsgMessage
 void TCPS.send(cMsgMessage message)
          Method to send a message/command to the TCPServer.