Package net.agmodel.genericBroker

Contains generic classes used in the interface descriptions of a number of different brokers and servers.

See:
          Description

Interface Summary
DBAccessMechanism Defines general operations on a database.
GenericBrokerRMI An extension of ServerRMI which adds the functionality common to all brokers (a broker provides a consistent interface to multiple databases).
ServerRequest A "tagging" interface that identifies an object as being used to transmit requests to a server.
ServerResult A "tagging" interface that identifies an object as being used to transmit requests to a server.
ServerRMI A high level abstraction of the functions provided by a session-oriented RMI-based server application.
 

Class Summary
DataSourceDetail Holds a general description of a database containing spatially-oriented agricultural information.
GenericBrokerHTTP An HTTP servlet wrapper interface to GenericBrokerRMI.
GenericBrokerImpl An generic broker implementation which maintains a list of the user's active connections
GenericContext The Context class is used by brokers to maintain client-specific context.
GenericSourceImpl A general class for describing a datasource and providing access to it.
ServerHTTP An HTTP servlet wrapper interface to a remote RMI-based server.
ServiceHTTP An HTTP servlet wrapper interface to ServerRMI.
 

Package net.agmodel.genericBroker Description

Contains generic classes used in the interface descriptions of a number of different brokers and servers.