4445464748495051525354
long startTime = System.currentTimeMillis(); Job job = null; try { job = (new JobDao()).getJob(this.getClass().getName()); job.setStatus(JobStatus.RUNNING); PMF.saveEntity(job); log.info("job's status:" + job);
2425262728293031323334
log.info("-- job1001 start --"); long startTime = System.currentTimeMillis(); Job job = null; try { job = (new JobDao()).getJob(this.getClass().getName()); job.setStatus(JobStatus.RUNNING); PMF.saveEntity(job); log.info("job's status:" + job);