edu.uwf.kaos.coabsgrid.test.kgh
Class LegacyWeatherService
java.lang.Object
edu.uwf.kaos.coabsgrid.test.kgh.LegacyWeatherService
public class LegacyWeatherService
- extends java.lang.Object
This class represents a legacy application. In this case it is a weather
service. The class defines two getForecast methods. One takes a latitude and
longitude. The other takes a city, state, and country.
Send bug reports to coabsgrid-bugs@globalinfotek.com
Method Summary |
java.lang.String |
getForecast(java.lang.String latitude,
java.lang.String longitude)
|
java.lang.String |
getForecast(java.lang.String city,
java.lang.String state,
java.lang.String country)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyWeatherService
public LegacyWeatherService()
getForecast
public java.lang.String getForecast(java.lang.String city,
java.lang.String state,
java.lang.String country)
getForecast
public java.lang.String getForecast(java.lang.String latitude,
java.lang.String longitude)