摘要:
守护线程定义:package loci.currency.thread.daemon;public class TimeoutThread extends Thread{ private int timeout; private boolean isCancel = false; public TimeoutThread(int timeout,final Thread currentThread) { super(); this.timeout = timeout; this.setDaemon(tr... 阅读全文
posted @ 2012-11-23 00:57
echx
阅读(270)
评论(0)
推荐(0)

浙公网安备 33010602011771号