public class ExecuteBatchEE extends KKBatchBase implements org.quartz.Job
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log
|
PARAM_KEY_PREFIX| Constructor and Description |
|---|
ExecuteBatchEE()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
Called by the
when a
fires that is associated with the Job. |
countParameters, getAdminEngine, getAdminEngineDirect, getEngConfStr, getEngConfStrDirect, getStoreId, login, loginDirect, logoutpublic void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
Scheduler when a
Trigger fires that is associated with the Job.execute in interface org.quartz.Jobcontext - a context for the job in a JobExecutionException objectorg.quartz.JobExecutionException - if there is an exception while executing the job.Copyright © 2018 DS Data Systems UK Ltd.