|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobDataMap | |
org.quartz | |
org.quartz.impl.jdbcjobstore |
Uses of JobDataMap in org.quartz |
Methods in org.quartz that return JobDataMap | |
JobDataMap |
JobDetail.getJobDataMap()
Get the JobDataMap that is associated with the Job . |
Methods in org.quartz with parameters of type JobDataMap | |
void |
JobDetail.setJobDataMap(JobDataMap jobDataMap)
Set the JobDataMap to be associated with the Job . |
Uses of JobDataMap in org.quartz.impl.jdbcjobstore |
Methods in org.quartz.impl.jdbcjobstore with parameters of type JobDataMap | |
protected java.io.ByteArrayOutputStream |
StdJDBCDelegate.serializeJobData(JobDataMap data)
Remove the transient data from and then create a serialized java.util.ByteArrayOutputStream
version of a . |
|
Quartz Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |