1-Wire Weather Service for Java -- Server API

Uses of Interface
wxservice.ITask

Packages that use ITask
wxservice Main engine classes for the 1-Wire Weather Service for Java. 
wxservice.formatter.task Formatters receive data from IDataExchange
wxservice.sensor.task Sensor tasks collect data from devices on the 1-Wire MicroLan and post it to the sensor data objects via IDataExchange
 

Uses of ITask in wxservice
 

Fields in wxservice with type parameters of type ITask
private  java.util.List<ITask> Service.m_taskList
          Task list for lifecycle management.
 

Uses of ITask in wxservice.formatter.task
 

Classes in wxservice.formatter.task that implement ITask
 class APRS
          Formats and posts weather data to APRS Citizen Weather Observer Program on the specified schedule.
 class CSV
          Posts weather data to a file as comma-separated values.
 class Watchdog
          Watchdog task executes a system command if no sensor data is received since the last scheduled run.
 class Wunderground
          Formats and posts data to Weather Underground Data Exchange on the specified schedule.
 

Uses of ITask in wxservice.sensor.task
 

Classes in wxservice.sensor.task that implement ITask
 class Anemometer
          Reads the anemometer device and posts data to the data exchange in meters/sec.
 class Barometer
          Reads the barometer device and posts data to the data exchange in millibars.
 class Barometer2438
          Reads the barometer device and posts data to the data exchange in millibars.
 class Hygrometer
          Reads the hygrometer device and posts data to the data exchange in percent.
 class Precipitation
          Reads the rain gauge device and posts data to the data exchange in precipitation units.
 class SensorTask
          Abstract base class for sensor tasks.
 class Thermometer
          Reads the thermometer device and posts data to the data exchange in Celsius.
 class WindVane
          Reads the wind vane device and posts data to the data exchange in 16 compass points.
 class WSI603A
          This implementation is for the AAG WSI603A Weather Instrument.
 


Copyright © 2005-2009 Karl Uppiano