public class ReceiverCmsg
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| (package private) class  | ReceiverCmsg.myCallbackThis class defines the callback to be run when a message matching our subscription arrives. | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) org.jlab.coda.jevio.EventParser | parser | 
| Constructor and Description | 
|---|
| ReceiverCmsg(java.lang.String[] args)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(java.lang.String[] args)Run as a stand-alone application. | 
| void | run()This method is executed as a thread. | 
ReceiverCmsg(java.lang.String[] args)
args - program argspublic static void main(java.lang.String[] args)
args - argspublic void run()
         throws org.jlab.coda.cMsg.cMsgException
org.jlab.coda.cMsg.cMsgException - if cannot connect to cMsg server