Liferay 6.1.0-ce-b4

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

Packages that use JobState
com.liferay.portal.kernel.scheduler   
com.liferay.portal.scheduler.job   
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.job
 

Methods in com.liferay.portal.scheduler.job that return JobState
protected  JobState MessageSenderJob.updatePersistedJobState(JobState jobState, org.quartz.Trigger trigger)
           
 

Methods in com.liferay.portal.scheduler.job with parameters of type JobState
protected  JobState MessageSenderJob.updatePersistedJobState(JobState jobState, org.quartz.Trigger trigger)
           
 

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.1.0-ce-b4