com.liferay.portal.job
Class JobWrapper

java.lang.Object
  extended by com.liferay.portal.job.JobWrapper
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob

public class JobWrapper
extends java.lang.Object
implements org.quartz.StatefulJob

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
JobWrapper()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobWrapper

public JobWrapper()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
Specified by:
execute in interface org.quartz.Job