|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ServerRequest | |
| net.agmodel.genericBroker | Contains generic classes used in the interface descriptions of a number of different brokers and servers. |
| net.agmodel.weatherData | Contains interface classes for MetBroker client applications. |
| Uses of ServerRequest in net.agmodel.genericBroker |
| Methods in net.agmodel.genericBroker with parameters of type ServerRequest | |
ServerResult |
GenericBrokerHTTP.supplyData(String sessionID,
ServerRequest request,
int callID)
Get the relevant data from a single station. |
| Uses of ServerRequest in net.agmodel.weatherData |
| Classes in net.agmodel.weatherData that implement ServerRequest | |
class |
MetRequest
Classes descending from MetRequest encapsulate all the details required in a request for meteorological data. MetRequest is an abstract class which manages attributes which are common to all requests. Descendant objects differ mainly in how they specify where the data is to come from. StationMetRequest requests data from a specified station.SpatialMetRequest requests data from all stations within an area. |
class |
SpatialMetRequest
Encapsulates a request for meteorological data from stations in an area. In general, client applications will only use the constructor. The remaining methods are primarily for MetBroker's internal use. |
class |
StationMetRequest
Encapsulates the details of a request for meteorological data from a station. In general, client applications will only use the constructor. The remaining methods are primarily for MetBroker's internal use. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||