| java.lang.Object henplus.commands.LongRunningTimeDisplay
LongRunningTimeDisplay | public class LongRunningTimeDisplay implements Runnable(Code) | | After arming, this runnable will display the current time
after some timeout. Used in long running SQL-statements
to show a) how long it took so far b) keep terminal
sessions open that are otherwise being closed by some
firewalls :-)
author: hzeller version: $Revision: 1.1 $ |
Method Summary | |
public synchronized void | arm() | public synchronized void | disarm() | public synchronized void | run() | public synchronized void | stopThread() |
LongRunningTimeDisplay | public LongRunningTimeDisplay(String msg, long showAfter)(Code) | | |
arm | public synchronized void arm()(Code) | | |
disarm | public synchronized void disarm()(Code) | | |
run | public synchronized void run()(Code) | | |
stopThread | public synchronized void stopThread()(Code) | | |
|
|