Uses of Interface
net.agmodel.genericBroker.ServerRMI

Packages that use ServerRMI
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 ServerRMI in net.agmodel.brokerImpl
 

Classes in net.agmodel.brokerImpl that implement ServerRMI
 class GenericBrokerImpl
          An generic broker implementation which maintains a list of the user's active connections
 

Uses of ServerRMI in net.agmodel.genericBroker
 

Subinterfaces of ServerRMI in net.agmodel.genericBroker
 interface GenericBrokerRMI
          An extension of ServerRMI which adds the functionality common to all brokers (a broker provides a consistent interface to multiple databases).
 

Uses of ServerRMI in net.agmodel.metBroker
 

Classes in net.agmodel.metBroker that implement ServerRMI
 class MetBrokerImpl
          An implementation of MetBroker which maintains a list of the user's active connections
 

Uses of ServerRMI in net.agmodel.weatherData
 

Subinterfaces of ServerRMI in net.agmodel.weatherData
 interface MetBroker
          Handles:
database connections,
requests for details of databases and weather stations, and
requests for weather data.

Typically a client establishes a MetBroker session through a call to getConnection(String,String).
The session manages connections to data sources, and also provides lists of available MetDataSources.
 



Copyright (C) NARC 2001 All Rights Reserved.