org.opennms.netmgt.poller.remote
Class PollJob

java.lang.Object
  extended by org.springframework.scheduling.quartz.QuartzJobBean
      extended by org.opennms.netmgt.poller.remote.PollJob
All Implemented Interfaces:
org.quartz.Job

public class PollJob
extends org.springframework.scheduling.quartz.QuartzJobBean

PollJob class.

Version:
$Id: $
Author:
Mathew Brozowski

Constructor Summary
PollJob()
           
 
Method Summary
protected  void executeInternal(org.quartz.JobExecutionContext context)
          
 void setPolledService(PolledService polledService)
          setPolledService
 void setPollerFrontEnd(PollerFrontEnd pollerFrontEnd)
          setPollerFrontEnd
 
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
 

Constructor Detail

PollJob

public PollJob()
Method Detail

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)

setPolledService

Parameters:
polledService - a PolledService object.

setPollerFrontEnd

public void setPollerFrontEnd(PollerFrontEnd pollerFrontEnd)

setPollerFrontEnd

Parameters:
pollerFrontEnd - a PollerFrontEnd object.


Copyright © 2011. All Rights Reserved.