Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.scheduler.JobState

Packages that use JobState
com.liferay.portal.kernel.scheduler   
com.liferay.portal.scheduler.quartz   
 

Uses of JobState in com.liferay.portal.kernel.scheduler
 

Methods in com.liferay.portal.kernel.scheduler that return JobState
static JobState JobStateSerializeUtil.deserialize(Map<String,Object> jobStateMap)
           
 

Methods in com.liferay.portal.kernel.scheduler with parameters of type JobState
static Map<String,Object> JobStateSerializeUtil.serialize(JobState jobState)
           
 

Uses of JobState in com.liferay.portal.scheduler.quartz
 

Methods in com.liferay.portal.scheduler.quartz that return JobState
protected  JobState QuartzSchedulerEngine.getJobState(org.quartz.JobDataMap jobDataMap)
           
 


Liferay 6.2-ce-ga5