jhomenet.hw.pollers
Class HardwarePollingJob

java.lang.Object
  extended by jhomenet.hw.pollers.HardwarePollingJob

public class HardwarePollingJob
extends java.lang.Object

Generic hardware polling job. This class is called by the job scheduler on regular polling intervals. The job extracts the particular polling type and the list of sensor hardware to be polled. The class then manages the actual polling of the hardware.
Id: $Id: HardwarePollingJob.java,v 1.2 2005/11/09 22:50:26 dhirwinjr Exp $

Author:
David Irwin

Constructor Summary
HardwarePollingJob()
           
 
Method Summary
 void execute(JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardwarePollingJob

public HardwarePollingJob()
Method Detail

execute

public void execute(JobExecutionContext context)
             throws JobExecutionException
Throws:
JobExecutionException
See Also:
org.quartz.Job#execute(org.quartz.JobExecutionContext)


Copyright © 2004-2005 David Irwin. All Rights Reserved.