org.sakaiproject.component.app.scheduler
Class ScheduledInvocationTestJob
java.lang.Object
org.sakaiproject.component.app.scheduler.ScheduledInvocationTestJob
- All Implemented Interfaces:
- org.quartz.Job
public class ScheduledInvocationTestJob
- extends Object
- implements org.quartz.Job
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_sim
protected ScheduledInvocationManager m_sim
- Dependency: ScheduledInvocationManager
m_timeService
protected org.sakaiproject.time.api.TimeService m_timeService
- Dependency: TimeService
ScheduledInvocationTestJob
public ScheduledInvocationTestJob()
setSim
public void setSim(ScheduledInvocationManager service)
setTimeService
public void setTimeService(org.sakaiproject.time.api.TimeService service)
execute
public void execute(org.quartz.JobExecutionContext arg0)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2003-2012 Sakai Foundation. All Rights Reserved.