Uses of Class
org.quartz.JobDataMap

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 JobDataMap.
 


Quartz Project Page