Examples of LogDao


Examples of com.zhangwoo.spider.server.dao.LogDao

      state.setRuninfo(((InetSocketAddress) session.getRemoteAddress()).getAddress().getHostAddress());
      TaskCenter.taskState.get(state.getUrlReq().getTask()).add(state);
      TaskCenter.taskCount.put(state.getUrlReq().getTask(),
          TaskCenter.taskCount.get(state.getUrlReq().getTask())-1);
     
      new LogDao().saveLogs(state);
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.