Public Member Functions | |
ServiceStatusGUI () | |
Creates new form ExitPrompt. | |
void | startTimer () |
void | subscribe () |
void | unsubscribe () |
void | infoCreated (InfoEvent e) |
void | infoDeleted (InfoEvent e) |
void | infoUpdated (InfoEvent e) |
void | fillTable () |
Static Public Member Functions | |
static void | main (String args[]) |
Static Public Attributes | |
static final int | TIME_INTERVAL = 2000 |
Package Attributes | |
Map | serverMap |
Private Member Functions | |
void | initComponents () |
void | cancelButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | updateTable (int row, String name, String service) |
Vector | getDataLine (String objectName, String service) |
void | updateLabel () |
Private Attributes | |
myTableAdapter | serverInfoTable |
javax.swing.JTable | table |
javax.swing.JButton | cancelButton |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JScrollPane | jScrollPane1 |
final String | serverName = "ServiceStatus" |
Timer | timer |
boolean | subscribed = false |
Pattern | oPattern |
Classes | |
class | myTableAdapter |
class | StringRunnable |
Definition at line 20 of file ServiceStatusGUI.java.