public class ScheduledInvocationTestJob extends Object implements org.quartz.Job
Modifier and Type | Field and Description |
---|---|
protected ScheduledInvocationManager |
m_sim
Dependency: ScheduledInvocationManager
|
protected TimeService |
m_timeService
Dependency: TimeService
|
Constructor and Description |
---|
ScheduledInvocationTestJob() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext arg0) |
void |
setSim(ScheduledInvocationManager service) |
void |
setTimeService(TimeService service) |
protected ScheduledInvocationManager m_sim
protected TimeService m_timeService
public void setSim(ScheduledInvocationManager service)
public void setTimeService(TimeService service)
public void execute(org.quartz.JobExecutionContext arg0) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
Copyright © 2003–2019 Sakai Foundation. All rights reserved.