Uses of Interface
net.agmodel.genericBroker.ServerResult

Packages that use ServerResult
net.agmodel.genericBroker Contains generic classes used in the interface descriptions of a number of different brokers and servers. 
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
net.agmodel.weatherData Contains interface classes for MetBroker client applications.
 
 

Uses of ServerResult in net.agmodel.genericBroker
 

Methods in net.agmodel.genericBroker that return ServerResult
 ServerResult GenericBrokerHTTP.supplyData(String sessionID, ServerRequest request, int callID)
          Get the relevant data from a single station.
 

Uses of ServerResult in net.agmodel.physical
 

Subinterfaces of ServerResult in net.agmodel.physical
 interface DataSet
          Interface to classes encapsulating a set of related data for a given period, resolution
 

Classes in net.agmodel.physical that implement ServerResult
 class DataSetImpl
          A serializable implementation of DataSet which uses a HashMap to store Sequences.
 

Uses of ServerResult in net.agmodel.weatherData
 

Subinterfaces of ServerResult in net.agmodel.weatherData
 interface SpatialMetSet
          Represents the state of one or more meteorological element within a given latitude/longitude box at the earth's surface over a period of time.
 interface StationDataSet
          Interface to classes encapsulating a set of met data from a single station for a given period, resolution
 

Classes in net.agmodel.weatherData that implement ServerResult
 class SpatialMetSetImpl
          Represents the state of one or more meteorological element within a given latitude/longitude box at the earth's surface over a period of time.
 class StationDataSetImpl
          Encapsulates a set of met data from a single station for a given period, resolution
 



Copyright (C) NARC 2001 All Rights Reserved.