All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.weatherstation.WeatherStationInterface

public interface WeatherStationInterface
The interface the WeatherStation object is accessed trough..


Method Index

 o readTemperature()
Read the current temperature..
 o readWindDirection()
Read the current wind direction.
 o readWindSpeed()
Read the current wind speed.

Methods

 o readTemperature
 public abstract float readTemperature() throws MonitoringException
Read the current temperature..

Returns:
float
Throws: MonitoringException
if an error occurs.
 o readWindDirection
 public abstract char[] readWindDirection() throws MonitoringException
Read the current wind direction.

Returns:
char[]
Throws: MonitoringException
if an error occurs.
 o readWindSpeed
 public abstract float readWindSpeed() throws MonitoringException
Read the current wind speed.

Returns:
float
Throws: MonitoringException
if an error occurs.

All Packages  Class Hierarchy  This Package  Previous  Next  Index