public class ConfiguredJob extends BaseJob
Expects a JobDetail with a datamap with the following fields:
Design consideration
Currently, the Configuration
is stored in the job data map. As the configuration is not serializable, due to the nature of the
adapters, the quartz database support cannot be used.
IAdapter
,
Configuration
Modifier and Type | Field and Description |
---|---|
static String |
JOBDEF_KEY |
Constructor and Description |
---|
ConfiguredJob() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext context) |
getLogPrefix, getLogPrefix
public static final String JOBDEF_KEY
Copyright © 2023 Frank!Framework. All rights reserved.