Uses of Class
net.agmodel.genericBroker.DataSourceDetail

Packages that use DataSourceDetail
net.agmodel.brokerImpl   
net.agmodel.genericBroker Contains generic classes used in the interface descriptions of a number of different brokers and servers. 
net.agmodel.metBroker   
net.agmodel.weatherData Contains interface classes for MetBroker client applications.
 
 

Uses of DataSourceDetail in net.agmodel.brokerImpl
 

Methods in net.agmodel.brokerImpl that return DataSourceDetail
abstract  DataSourceDetail GenericSourceImpl.getDetails(String language)
          Returns the details of the dataSource in a form suitable for transmission to client applications
 DataSourceDetail[] GenericBrokerImpl.listSourceDetails(String sessionID)
           
 DataSourceDetail[] GenericBrokerImpl.listSourceDetails(String sessionID, GeographicalArea ofInterest)
           
 DataSourceDetail GenericBrokerImpl.getSourceDetail(String sessionID, String sourceID)
           
 

Uses of DataSourceDetail in net.agmodel.genericBroker
 

Methods in net.agmodel.genericBroker that return DataSourceDetail
 DataSourceDetail[] GenericBrokerRMI.listSourceDetails(String sessionID)
          Get the details for all the data sources in the broker.
 DataSourceDetail[] GenericBrokerRMI.listSourceDetails(String sessionID, GeographicalArea ofInterest)
          Get the details of the data sources in the broker that coincide with the area specified.
 DataSourceDetail GenericBrokerRMI.getSourceDetail(String sessionID, String dataSourceID)
          Gets details about a single data source.
 DataSourceDetail[] GenericBrokerHTTP.listSourceDetails(String sessionID)
          Get the details for all the data sources in the broker.
 DataSourceDetail[] GenericBrokerHTTP.listSourceDetails(String sessionID, GeographicalArea ofInterest)
          Get the details of the data sources in the broker that coincide with the area specified.
 DataSourceDetail GenericBrokerHTTP.getSourceDetail(String sessionID, String dataSourceID)
          Gets details about a single data source.
 

Uses of DataSourceDetail in net.agmodel.metBroker
 

Methods in net.agmodel.metBroker that return DataSourceDetail
 DataSourceDetail MetSourceImpl.getDetails(String language)
          Returns the details of the MetSource in a transient form
 

Uses of DataSourceDetail in net.agmodel.weatherData
 

Subclasses of DataSourceDetail in net.agmodel.weatherData
 class MetSourceDetail
           
 



Copyright (C) NARC 2001 All Rights Reserved.