| Package | Description |
|---|---|
| blue.hive.spring.core.task | |
| blue.hive.spring.job |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BHiveIntervalCallable
Interval Job 프로세스 인터페이스
|
| Modifier and Type | Class and Description |
|---|---|
class |
BHiveBatchBeanJob
Batch Bean을 주기적으로 호출하기 위한 Job
[사용방법]
<bean id="taskBatchJob1" class="bhive.spring.job.BHiveBatchBeanJob">
<constructor-arg index="0" value="was1"/>
<constructor-arg index="1" ref="jobBeanName"/>
<constructor-arg index="2" ref="executor"/>
</bean>
|
class |
BHiveMyBatisProcedureJob
MyBatis의 프로시져를 주기적으로 호출하기 위한 Job
[실행방법]
특정 MyBatis 구문을 주기적으로 실행.
|
| Modifier and Type | Field and Description |
|---|---|
protected BHiveJobCallable |
BHiveBatchBeanJob.batchBean
주기적으로 Job을 처리하는 빈객체
|
| Constructor and Description |
|---|
BHiveBatchBeanJob(String instanceNameToRunning,
BHiveJobCallable batchBean,
org.springframework.core.task.TaskExecutor taskExecutor)
생성자
|
Copyright © 2018. All rights reserved.