org.sakaiproject.component.app.scheduler
Class ScheduledInvocationTestJob

java.lang.Object
  extended by org.sakaiproject.component.app.scheduler.ScheduledInvocationTestJob
All Implemented Interfaces:
org.quartz.Job

public class ScheduledInvocationTestJob
extends Object
implements org.quartz.Job


Field Summary
protected  ScheduledInvocationManager m_sim
          Dependency: ScheduledInvocationManager
protected  org.sakaiproject.time.api.TimeService m_timeService
          Dependency: TimeService
 
Constructor Summary
ScheduledInvocationTestJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext arg0)
           
 void setSim(ScheduledInvocationManager service)
           
 void setTimeService(org.sakaiproject.time.api.TimeService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_sim

protected ScheduledInvocationManager m_sim
Dependency: ScheduledInvocationManager


m_timeService

protected org.sakaiproject.time.api.TimeService m_timeService
Dependency: TimeService

Constructor Detail

ScheduledInvocationTestJob

public ScheduledInvocationTestJob()
Method Detail

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.