Fields Summary |
---|
protected String | hostNameThe name of this host |
protected JTextArea | taThe text area to display a list of stuff |
protected Properties | propsProperties, passed in to constructor |
protected static int | DEFAULT_SLEEPDefault sleep time, in seconds. |
protected int | sleepTimeSleep time, in seconds. |
protected int | MSECConversion |
protected static Font | cwFontThe constant-width font, shared by all instances. |
protected static final int | FINEThe state for: has "expect"ed name registered. |
protected static final int | DUBIOUSThe state for: does not have expected name registered. |
protected static final int | EMPTYThe state for: Server has nothing registered. |
protected static final int | NOREGThe state for: host is up but not running RMI |
protected static final int | DOWNThe state for: host unreachable, not responding, ECONN, etc. |
protected static final Color | COLOR_FINEThe color for when a machine is FINE |
protected static final Color | COLOR_DUBIOUSThe color for when a machine is DUBIOUS |
protected static final Color | COLOR_EMPTYThe color for when a machine is EMPTY |
protected static final Color | COLOR_NOREGThe color for when a machine has NOREG |
protected static final Color | COLOR_DOWNThe color for when a machine is NOREG |
protected int | stateState of the monitored hosts RMI registry, up or down.
Initially set 0, which isnt one of the named states, to
force the background color to be set on the first transition. |
boolean | done |