String ME = "Timeout-Tester";
Timeout timeout = new Timeout();
final int numTimers = 10000;
timeout.shutdown();
timeout = new Timeout(); // get a new handle
class Dummy2 implements I_Timeout {
private String ME = "Dummy2";
private long start = 0L;
public void timeout(Object userData) {