Package planetj.database.connection

Interface Summary
DataEngineDataSource A DataSource which may be able to determine the appropriate connection to use based on an SQL statement which that connection will execute
IConnectionListener Objects implement this Interface when they want to listen for events involving connections.
IConnections Interface generated by planetj.dataengine.RowClassGenerator Created at: Wed Apr 10 19:26:24 PDT 2002
 

Class Summary
AS400ConnectionRow Represents a ConnectionPool for AS400 objects.
ConnectionEvent Contains information about an event involving a connection.
ConnectionPoolReport Contains performace and usage statistics about a connection pool.
ConnectionPoolReportDescriptor Describes how connection pool reports should be generated.
ConnectionReportPropertyGroup Insert the type's description here.
ConnectionRow Class generated by planetj.dataengine.RowClassGenerator Created at: Wed Apr 10 19:24:10 PDT 2002
ConnectionStatusField Displays the status of a connection
DataEngineConnection A wrapper implementation of the Connection interface.
DataEngineConnectionPool  
DataEngineConnectionPool.RunningTotal  
DataSourceWrapper Wraps a DataSource object in DataEngineDataSource interface