Uses of Package
net.agmodel.utility

Packages that use net.agmodel.utility
net.agmodel.brokerImpl   
net.agmodel.dbUtility Contains utility classes and interfaces for connecting to databases using JDBC 
net.agmodel.genericBroker Contains generic classes used in the interface descriptions of a number of different brokers and servers. 
net.agmodel.metBroker   
net.agmodel.metDriver Contains driver classes that MetBroker uses to connect to databases, and the interfaces they implement.
 
net.agmodel.pPhysical Contains persistent versions of some classes from the net.agmodel.physical package. 
net.agmodel.pUtility Contains persistent utility classes. 
net.agmodel.utility Contains utility classes, useful in a range of applications. 
net.agmodel.weatherData Contains interface classes for MetBroker client applications.
 
 

Classes in net.agmodel.utility used by net.agmodel.brokerImpl
ConnectionException
          An exception thrown when a connection cannot be made to a database.
Takes a similar role to java.sql.SQLException, but can apply to other kinds of connections than just JDBC.
GeneralException
           
MultilingualString
          Stores different language representations of a string of text identified by id.
 

Classes in net.agmodel.utility used by net.agmodel.dbUtility
ConnectionException
          An exception thrown when a connection cannot be made to a database.
Takes a similar role to java.sql.SQLException, but can apply to other kinds of connections than just JDBC.
 

Classes in net.agmodel.utility used by net.agmodel.genericBroker
GeneralException
           
 

Classes in net.agmodel.utility used by net.agmodel.metBroker
ConnectionException
          An exception thrown when a connection cannot be made to a database.
Takes a similar role to java.sql.SQLException, but can apply to other kinds of connections than just JDBC.
GeneralException
           
InvalidRequestException
          An exception thrown when a broker is asked to do something the wrong way.
Example: trying to get data from a secure database without logging in first.
MultilingualString
          Stores different language representations of a string of text identified by id.
 

Classes in net.agmodel.utility used by net.agmodel.metDriver
ConnectionException
          An exception thrown when a connection cannot be made to a database.
Takes a similar role to java.sql.SQLException, but can apply to other kinds of connections than just JDBC.
GeneralException
           
MultilingualString
          Stores different language representations of a string of text identified by id.
 

Classes in net.agmodel.utility used by net.agmodel.pPhysical
MultilingualString
          Stores different language representations of a string of text identified by id.
 

Classes in net.agmodel.utility used by net.agmodel.pUtility
MultilingualString
          Stores different language representations of a string of text identified by id.
 

Classes in net.agmodel.utility used by net.agmodel.utility
GeneralException
           
Stopwatch
          A simple timer for measuring performance.
 

Classes in net.agmodel.utility used by net.agmodel.weatherData
GeneralException
           
 



Copyright (C) NARC 2001 All Rights Reserved.