public class DefaultTimerJobInstance extends Object implements Callable<Void>, Comparable<DefaultTimerJobInstance>, TimerJobInstance, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
protected InternalSchedulerService |
scheduler |
| Constructor and Description |
|---|
DefaultTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
| Modifier and Type | Method and Description |
|---|---|
Void |
call() |
int |
compareTo(DefaultTimerJobInstance o) |
Job |
getJob() |
JobContext |
getJobContext() |
JobHandle |
getJobHandle() |
Trigger |
getTrigger() |
protected static final transient org.slf4j.Logger logger
protected transient InternalSchedulerService scheduler
public DefaultTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
public int compareTo(DefaultTimerJobInstance o)
compareTo in interface Comparable<DefaultTimerJobInstance>public JobHandle getJobHandle()
getJobHandle in interface TimerJobInstancepublic Job getJob()
getJob in interface TimerJobInstancepublic Trigger getTrigger()
getTrigger in interface TimerJobInstancepublic JobContext getJobContext()
getJobContext in interface TimerJobInstanceCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.