public class RocSynchronizer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
RocSynchronizer.myCallback
This class defines the callback to be run when a message matching our subscription arrives.
|
Constructor and Description |
---|
RocSynchronizer(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.
|
RocSynchronizer(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