출처 : Chapter 19. Quartz 혹은 Timer 를 사용한 스케쥴링 DongHoReportBatch.java package com.blueX.batch; import java.text.SimpleDateFormat; import java.util.Date; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.scheduling...
package org.quartz.impl.jdbcjobstore; public abstract class JobStoreSupport implements JobStore, Constants { class MisfireHandler extends Thread { public void run() { while (!shutdown) { RecoverMisfiredJobsResult recoverMisfiredJobsResult = manage(); if (!shutdown) { long timeToSleep = 50l; // At least a short pause to help balance threads if (!recoverMisfiredJobsResult.hasMoreMisfiredTriggers()..
출처 : http://journae.springnote.com/pages/6100033 WEB-INF\web.xml javax.servlet.jsp.jstl.fmt.localizationContext ApplicationResources contextConfigLocation classpath:applicationContext.xml webAppRootKey quartz.root log4jConfigLocation classpath:log4j.xml action2-cleanup org.apache.struts2.dispatcher.ActionContextCleanUp sitemesh com.opensymphony.module.sitemesh.filter.PageFilter sitemesh-freemark..
출처 : http://wiki.dev.daewoobrenic.co.kr/mediawiki/index.php/Spring_Quartz_Batch WEB-INF\web.xml contextConfigLocation classpath:/job-bean.xml org.springframework.web.context.ContextLoaderListener WEB-INF\classes\job-bean.xml WEB-INF\classes\simple-job-launcher-context.xml WEB-INF\classes\data-source-context.xml WEB-INF\classes\data-source-context-init.xml classpath:schema-mysql.sql WEB-INF\class..
출처 http://whiteship.tistory.com/1516 http://blog.naver.com/an5asis/60019595888 Job - 이 인터페이스를 상속 받아서 execute 메소드를 구현해야 됩니다. (실행 수행되는 내용) JobDetail - Trigger - 작업을 언제 실행할 지 정의합니다. SimpleTrigger - start time, end time, interval time, repeat times 등을 설정할 수 있습니다. CronTrigger - Linux의 cron 하고 비슷하게, 특정 시간이 되면 발동하게 해줍니다. SchedulerFactory StdSchedulerFactory - 클래스패스에 quartz.properties 파일을 먹고 삽니다. Schedu..
- Total
- Today
- Yesterday
- 지스타2007
- 레이싱모델 익스트림 포토 페스티벌
- MySQL
- BPI-M4
- 서울오토살롱
- ffmpeg
- Delphi Tip
- koba2010
- flex
- Java
- 일본여행
- 전예희
- ble
- NDK
- sas2009
- ubuntu
- 동경
- SAS
- 송주경
- 튜닝쇼 2008
- Mac
- KOBA
- Spring
- Xcode
- android
- JavaScript
- oracle
- Delphi
- Linux
- Spring MVC
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |