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

Author:
Mathew Brozowski

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

setPollerFrontEnd

public void setPollerFrontEnd(PollerFrontEnd pollerFrontEnd)


Copyright © 2009. All Rights Reserved.