|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobDataMap | |
org.quartz | The main package of Quartz, containing the client-side interfaces. |
org.quartz.core | Contains the core classes and interfaces for the Quartz job scheduler. |
org.quartz.impl | Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. |
org.quartz.impl.jdbcjobstore | |
org.quartz.simpl | Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. |
Uses of JobDataMap in org.quartz |
Methods in org.quartz that return JobDataMap | |
JobDataMap |
Trigger.getJobDataMap()
Get the JobDataMap that is associated with the
Trigger . |
JobDataMap |
JobExecutionContext.getMergedJobDataMap()
Get the convenience JobDataMap of this execution context. |
JobDataMap |
JobDetail.getJobDataMap()
Get the JobDataMap that is associated with the Job . |
Methods in org.quartz with parameters of type JobDataMap | |
void |
Trigger.setJobDataMap(JobDataMap jobDataMap)
Set the JobDataMap to be associated with the
Trigger . |
void |
Scheduler.triggerJob(String jobName,
String groupName,
JobDataMap data)
Trigger the identified
(execute it now) - the generated trigger will be non-volatile. |
void |
Scheduler.triggerJobWithVolatileTrigger(String jobName,
String groupName,
JobDataMap data)
Trigger the identified
(execute it now) - the generated trigger will be volatile. |
void |
JobDetail.setJobDataMap(JobDataMap jobDataMap)
Set the JobDataMap to be associated with the Job . |
Uses of JobDataMap in org.quartz.core |
Methods in org.quartz.core with parameters of type JobDataMap | |
void |
RemotableQuartzScheduler.triggerJob(SchedulingContext ctxt,
String jobName,
String groupName,
JobDataMap data)
|
void |
RemotableQuartzScheduler.triggerJobWithVolatileTrigger(SchedulingContext ctxt,
String jobName,
String groupName,
JobDataMap data)
|
void |
QuartzScheduler.triggerJob(SchedulingContext ctxt,
String jobName,
String groupName,
JobDataMap data)
Trigger the identified (execute it
now) - with a non-volatile trigger. |
void |
QuartzScheduler.triggerJobWithVolatileTrigger(SchedulingContext ctxt,
String jobName,
String groupName,
JobDataMap data)
Trigger the identified (execute it
now) - with a volatile trigger. |
Uses of JobDataMap in org.quartz.impl |
Methods in org.quartz.impl with parameters of type JobDataMap | |
void |
StdScheduler.triggerJob(String jobName,
String groupName,
JobDataMap data)
Calls the equivalent method on the 'proxied' QuartzScheduler ,
passing the SchedulingContext associated with this
instance. |
void |
StdScheduler.triggerJobWithVolatileTrigger(String jobName,
String groupName,
JobDataMap data)
Calls the equivalent method on the 'proxied' QuartzScheduler ,
passing the SchedulingContext associated with this
instance. |
void |
RemoteScheduler.triggerJob(String jobName,
String groupName,
JobDataMap data)
Calls the equivalent method on the 'proxied' QuartzScheduler ,
passing the SchedulingContext associated with this
instance. |
void |
RemoteScheduler.triggerJobWithVolatileTrigger(String jobName,
String groupName,
JobDataMap data)
Calls the equivalent method on the 'proxied' QuartzScheduler ,
passing the SchedulingContext associated with this
instance. |
Uses of JobDataMap in org.quartz.impl.jdbcjobstore |
Methods in org.quartz.impl.jdbcjobstore that return JobDataMap | |
JobDataMap |
StdJDBCDelegate.selectTriggerJobDataMap(Connection conn,
String triggerName,
String groupName)
Select a trigger's JobDataMap. |
JobDataMap |
DriverDelegate.selectTriggerJobDataMap(Connection conn,
String triggerName,
String groupName)
Select a trigger's JobDataMap. |
Methods in org.quartz.impl.jdbcjobstore with parameters of type JobDataMap | |
protected ByteArrayOutputStream |
StdJDBCDelegate.serializeJobData(JobDataMap data)
Remove the transient data from and then create a serialized java.util.ByteArrayOutputStream
version of a . |
Uses of JobDataMap in org.quartz.simpl |
Methods in org.quartz.simpl with parameters of type JobDataMap | |
protected void |
PropertySettingJobFactory.setBeanProps(Object obj,
JobDataMap data)
|
|
Quartz Enterprise Job Scheduler Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |