public class JpaJDKTimerService
extends org.drools.core.time.impl.JDKTimerService
Modifier and Type | Class and Description |
---|---|
static class |
JpaJDKTimerService.JDKCallableJobCommand |
class |
JpaJDKTimerService.JpaJDKCallableJob |
Constructor and Description |
---|
JpaJDKTimerService() |
JpaJDKTimerService(int size) |
Modifier and Type | Method and Description |
---|---|
protected Callable<Void> |
createCallableJob(org.drools.core.time.Job job,
org.drools.core.time.JobContext ctx,
org.drools.core.time.Trigger trigger,
org.drools.core.time.impl.JDKTimerService.JDKJobHandle handle,
org.drools.core.time.InternalSchedulerService scheduler) |
Collection<org.drools.core.time.impl.TimerJobInstance> |
getTimerJobInstances() |
void |
setCommandService(org.drools.core.command.CommandService commandService) |
public JpaJDKTimerService()
public JpaJDKTimerService(int size)
public void setCommandService(org.drools.core.command.CommandService commandService)
protected Callable<Void> createCallableJob(org.drools.core.time.Job job, org.drools.core.time.JobContext ctx, org.drools.core.time.Trigger trigger, org.drools.core.time.impl.JDKTimerService.JDKJobHandle handle, org.drools.core.time.InternalSchedulerService scheduler)
public Collection<org.drools.core.time.impl.TimerJobInstance> getTimerJobInstances()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.