| Package | Description |
|---|---|
| blue.hive.spring.core.task | |
| blue.hive.spring.job |
| Modifier and Type | Field and Description |
|---|---|
protected BHiveIntervalCallable |
BHiveIntervalTask.intervalProcessBean
주기적으로 로직을 처리하기 위한 객체
|
| Constructor and Description |
|---|
BHiveIntervalTask(BHiveIntervalCallable intervalProcessBean)
생성자
|
| 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 구문을 주기적으로 실행.
|
Copyright © 2018. All rights reserved.