64656667686970
private Timer timer; private int ok = 0; @PostConstruct public void start() { timer = ts.createIntervalTimer(3000, 1000, new TimerConfig(System.currentTimeMillis(), false)); }