public class PollJob
extends org.springframework.scheduling.quartz.QuartzJobBean
PollJob class.
Constructor and Description |
---|
PollJob() |
Modifier and Type | Method and Description |
---|---|
protected void |
executeInternal(org.quartz.JobExecutionContext context) |
void |
setPolledService(PolledService polledService)
setPolledService
|
void |
setPollerFrontEnd(PollerFrontEnd pollerFrontEnd)
setPollerFrontEnd
|
protected void executeInternal(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
executeInternal
in class org.springframework.scheduling.quartz.QuartzJobBean
org.quartz.JobExecutionException
public void setPolledService(PolledService polledService)
setPolledService
polledService
- a PolledService
object.public void setPollerFrontEnd(PollerFrontEnd pollerFrontEnd)
setPollerFrontEnd
pollerFrontEnd
- a PollerFrontEnd
object.Copyright © 2021. All rights reserved.