io.leopard.timer
Class AbstractTimer

java.lang.Object
  extended by io.leopard.timer.AbstractTimer
All Implemented Interfaces:
Timer

public abstract class AbstractTimer
extends java.lang.Object
implements Timer

定时器.

Author:
Administrator

Field Summary
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
AbstractTimer()
           
 
Method Summary
 int getThreadCount()
          线程数.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface io.leopard.timer.Timer
getPeriod, isEnabled, start
 

Field Detail

logger

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

AbstractTimer

public AbstractTimer()
Method Detail

getThreadCount

public int getThreadCount()
Description copied from interface: Timer
线程数.

Specified by:
getThreadCount in interface Timer
Returns:


Copyright © 2014. All Rights Reserved.