charly.demo
Class ChGUIMonitor
java.lang.Object
charly.demo.ChGUIMonitor
- public class ChGUIMonitor
- extends java.lang.Object
Monitors the tasks running or waiting on the server
- See Also:
main(String[])
Constructor Summary |
ChGUIMonitor(java.lang.String serverUrl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frame
javax.swing.JFrame frame
tasksListView
javax.swing.JList tasksListView
tasksListModel
ChGUIMonitor.ChTasksListModel tasksListModel
taskIDView
javax.swing.JLabel taskIDView
rsrcsListView
javax.swing.JList rsrcsListView
rsrcsListModel
ChGUIMonitor.ChTaskRsrcsListModel rsrcsListModel
conn
ChConnect conn
monitor
ChMonitor monitor
title
public static final java.lang.String title
- See Also:
- Constant Field Values
ChGUIMonitor
public ChGUIMonitor(java.lang.String serverUrl)
throws java.rmi.RemoteException,
java.net.MalformedURLException,
java.rmi.NotBoundException
main
public static void main(java.lang.String[] args)
- Usage:
java charly.demo.ChGUIMonitor [IPaddress of the server]
Example: java charly.demo.ChGUIMonitor 143.143.158.9
init
public void init()
start
public void start()
message
public static void message(java.lang.String msg)
getSelectedTaskInfo
ChTaskInfo getSelectedTaskInfo()
throws ChGUIMonitor.ChNoTaskSelectedException
- Throws:
ChGUIMonitor.ChNoTaskSelectedException
getSelectedTaskIndex
int getSelectedTaskIndex()
throws ChGUIMonitor.ChNoTaskSelectedException
- Throws:
ChGUIMonitor.ChNoTaskSelectedException