Serialized Form


Package org.jlab.coda.cMsg

Class org.jlab.coda.cMsg.Base64DecodingException extends java.io.IOException implements Serializable

Serialized Fields

c

char c

Class org.jlab.coda.cMsg.cMsgException extends java.lang.Exception implements Serializable

Serialized Fields

returnCode

int returnCode

Package org.jlab.coda.cMsg.cMsgDomain.cMsgMonitor

Class org.jlab.coda.cMsg.cMsgDomain.cMsgMonitor.Monitor extends javax.swing.JPanel implements Serializable

Serialized Fields

tabbedPane

javax.swing.JTabbedPane tabbedPane
TabbedPane widget which shows a cMsg connection in each pane.


comboBox

javax.swing.JComboBox comboBox
ComboBox widget that holds the udl to connect to.


monitors

java.util.Map<K,V> monitors
Map to keep track of connections to & monitors of cMsg systems.

Class org.jlab.coda.cMsg.cMsgDomain.cMsgMonitor.MonitorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

udl

java.lang.String udl
UDL of connection to cMsg server.


tree

javax.swing.JTree tree
Tree of monitor data which gets displayed.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
Monitor data tree model.


topNode

javax.swing.tree.DefaultMutableTreeNode topNode
Top node of monitor data tree.


serverMap

java.util.HashMap<K,V> serverMap
Map of all servers in the cloud being monitored.


clientMap

java.util.HashMap<K,V> clientMap
Map of all clients in the cloud being monitored.


subMap

java.util.HashMap<K,V> subMap
Map of all subscriptions in the cloud being monitored.


connection

cMsg connection
cMsg connection.


document

org.w3c.dom.Document document
Parsed XML document.


updated

boolean updated
Has the tree (parsed XML DOM tree) been updated at least once?


monitor

Monitor monitor
GUI Object which contains this panel.


pauseButton

javax.swing.JButton pauseButton
Widget for pausing the updating of this display.


period

javax.swing.JSpinner period
Widget for changing the diplay updating period (seconds).


paused

boolean paused
Is the updating of the display paused?


updatePeriod

int updatePeriod
Time period in seconds between display updates.


processor

org.jlab.coda.cMsg.cMsgDomain.cMsgMonitor.MonitorPanel.MessageProcessor processor
Thread which obtains and processes monitoring messages.


killThread

boolean killThread
Should we kill the processor thread?


updateDisplay

java.lang.Runnable updateDisplay
Enable displayDomTree to be run in the swing thread.