Uses of Interface
gov.usda.gdpc.DBConnection

Packages that use DBConnection
gov.usda.gdpc This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). 
gov.usda.gdpc.axis This package provides the code to allow GDPC to work with the SOAP Engine AXIS. 
gov.usda.gdpc.browser This package provides a browser which uses the GDPC gateway to retrieve Genomic and Phenotypic data. 
gov.usda.gdpc.database This package provides classes which support the creation of a JDBC connection to a database. 
gov.usda.gdpc.gramene This package provides a specific connection to the gramene database which is maintained by CSHL. 
gov.usda.gdpc.panzea This package provides a specific connection to the panzea database which is maintained by NCSU. 
 

Uses of DBConnection in gov.usda.gdpc
 

Classes in gov.usda.gdpc that implement DBConnection
 class AbstractDBConnection
          This class provides a skeletal implementation of the DBConnection interface, to minimize the effort required to implement this interface.
 

Methods in gov.usda.gdpc that return DBConnection
 DBConnection[] DBGateway.getDBConnections()
          Returns the list of database connections that this gateway is managing.
 DBConnection[] AbstractDBGateway.getDBConnections()
          Returns the list of database connections that this gateway is managing.
 

Methods in gov.usda.gdpc with parameters of type DBConnection
 boolean DBGateway.addDBConnection(DBConnection connection)
          Adds a database connection to this gateway.
 boolean DBGateway.removeDBConnection(DBConnection connection)
          Removes the specified database connection from this gateway.
 boolean AbstractDBGateway.addDBConnection(DBConnection connection)
          Adds a database connection to this gateway.
 boolean AbstractDBGateway.removeDBConnection(DBConnection connection)
          Removes the specified database connection from this gateway.
 

Uses of DBConnection in gov.usda.gdpc.axis
 

Classes in gov.usda.gdpc.axis that implement DBConnection
 class DBConnectionProxy
           
 

Uses of DBConnection in gov.usda.gdpc.browser
 

Methods in gov.usda.gdpc.browser that return DBConnection
 DBConnection[] Browser.getConnections()
           
 

Methods in gov.usda.gdpc.browser with parameters of type DBConnection
 void DBConnectionsPanel.updateList(DBConnection[] connections)
           
 void DBConnectionsPanel.setSelectedConnection(DBConnection connection)
           
 void Browser.removeConnection(DBConnection connection)
           
 

Uses of DBConnection in gov.usda.gdpc.database
 

Classes in gov.usda.gdpc.database that implement DBConnection
 class AbstractJDBCConnection
          This class provides a skeletal implementation of the DBConnection interface which should be used as a connection to a database via JDBC.
 

Uses of DBConnection in gov.usda.gdpc.gramene
 

Classes in gov.usda.gdpc.gramene that implement DBConnection
 class GrameneConnection
           
 

Uses of DBConnection in gov.usda.gdpc.panzea
 

Classes in gov.usda.gdpc.panzea that implement DBConnection
 class PanzeaDBConnection