io.leopard.timer
Class TimerUtil

java.lang.Object
  extended by io.leopard.timer.TimerUtil

public class TimerUtil
extends java.lang.Object


Field Summary
protected static org.apache.commons.logging.Log logger
           
 
Constructor Summary
TimerUtil()
           
 
Method Summary
static void run(Timer timer)
           
static java.util.List<java.lang.Thread> start(Timer timer)
          启动定时器 .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.commons.logging.Log logger
Constructor Detail

TimerUtil

public TimerUtil()
Method Detail

start

public static java.util.List<java.lang.Thread> start(Timer timer)
启动定时器 .

Parameters:
timer - 定时器

run

public static void run(Timer timer)


Copyright © 2014. All Rights Reserved.