| |
|
| java.lang.Object java.lang.Thread org.mortbay.start.Monitor
Monitor | public class Monitor extends Thread (Code) | | Monitor thread.
This thread listens on the port specified by the STOP.PORT system parameter
(defaults to 8079) for request authenticated with the key given by the STOP.KEY
system parameter (defaults to "mortbay") for admin requests. Commands "stop" and
"status" are currently supported.
|
Method Summary | |
public static void | monitor() Start a Monitor. | public void | run() |
monitor | public static void monitor()(Code) | | Start a Monitor.
This static method starts a monitor that listens for admin requests.
|
|
|
|