tot.gather
类 ScheduledGatherTask

java.lang.Object
  继承者 tot.gather.ScheduledGatherTask

public class ScheduledGatherTask
extends java.lang.Object


字段摘要
static java.util.HashMap taskList
           
 
构造函数摘要
ScheduledGatherTask(int taskid, long time1, long time2)
          Creates a new instance of GatherTask
 
方法摘要
static ScheduledGatherTask get(int taskid)
           
 void shutdown()
           
 void start()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

taskList

public static java.util.HashMap taskList
构造函数详细信息

ScheduledGatherTask

public ScheduledGatherTask(int taskid,
                           long time1,
                           long time2)
Creates a new instance of GatherTask

方法详细信息

start

public void start()
           throws java.io.IOException
抛出:
java.io.IOException

get

public static ScheduledGatherTask get(int taskid)

shutdown

public void shutdown()
              throws java.lang.InterruptedException
抛出:
java.lang.InterruptedException