-
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
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.