org.opennms.netmgt.poller.remote
Class PollJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
org.opennms.netmgt.poller.remote.PollJob
- All Implemented Interfaces:
- org.quartz.Job
public class PollJob
- extends org.springframework.scheduling.quartz.QuartzJobBean
- Author:
- Mathew Brozowski
| Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
execute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollJob
public PollJob()
executeInternal
protected void executeInternal(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean
- Throws:
org.quartz.JobExecutionException
setPolledService
public void setPolledService(PolledService polledService)
setPollerFrontEnd
public void setPollerFrontEnd(PollerFrontEnd pollerFrontEnd)
Copyright © 2009. All Rights Reserved.