Class Summary | |
---|---|
FileLogger | |
FormattedLogger | |
GnuRegexMatcher | Description: Implements the StringMatcher with simple substring matching. |
JakartaRegexMatcher | Description: Implements the StringMatcher with simple substring matching. |
KeyValue | Description: Utility classes $Author: jeffgoke $ $Revision: 1.1 $ $Date: 2002/10/06 18:21:19 $ $Id: KeyValue.java,v 1.1 2002/10/06 18:21:19 jeffgoke Exp $ $Log: KeyValue.java,v $ Revision 1.1 2002/10/06 18:21:19 jeffgoke no message |
Log4jLogger | |
MatchException | Description: An adaptor to allow custome Matcher implementations to throw nested exceptions. |
OptionReloader | |
P6Array | Description: JDBC Driver Extension implementing PreparedStatement. |
P6Base | |
P6CallableStatement | Description: JDBC Driver Extension implementing CallableStatement. |
P6Connection | Description: Wrapper class for Connection $Author: cheechq $ $Revision: 1.4 $ $Date: 2003/06/03 19:20:25 $ $Id: P6Connection.java,v 1.4 2003/06/03 19:20:25 cheechq Exp $ $Log: P6Connection.java,v $ Revision 1.4 2003/06/03 19:20:25 cheechq removed unused imports Revision 1.3 2003/01/03 20:33:42 aarvesen Added getJDBC() method to return the underlying jdbc object. |
P6ConnectionPoolDataSource | Support for PooledConnection interface requires an aware DataSource to produce the PooledConnection ojects. |
P6CoreFactory | Description: factory for getting real values. |
P6DatabaseMetaData | Description: JDBC Driver Extension implementing PreparedStatement. |
P6DataSource | $Author: aarvesen $ $Revision: 1.5 $ $Date: 2003/08/07 19:07:21 $ $Id: P6DataSource.java,v 1.5 2003/08/07 19:07:21 aarvesen Exp $ $Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/spy/P6DataSource.java,v $ $Log: P6DataSource.java,v $ Revision 1.5 2003/08/07 19:07:21 aarvesen moved the existing constructor to the top of the file added a new constructor for wrapping a datasource on instantiation Revision 1.4 2003/06/03 16:07:33 aarvesen renamed setDataSourceName to setRealDataSource Revision 1.3 2003/01/30 23:35:22 dlukeparker Added support for the javax.sql operations for pooled connections. |
P6DataSourceFactory | Factory class for P6DataSource objects |
P6DriverManagerDataSource | $Author: cheechq $ $Revision: 1.3 $ $Date: 2003/06/03 19:20:25 $ $Id: P6DriverManagerDataSource.java,v 1.3 2003/06/03 19:20:25 cheechq Exp $ $Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/spy/P6DriverManagerDataSource.java,v $ $Log: P6DriverManagerDataSource.java,v $ Revision 1.3 2003/06/03 19:20:25 cheechq removed unused imports Revision 1.2 2003/01/03 21:17:34 aarvesen use the new P6Util.forName Revision 1.1 2002/12/20 00:30:21 aarvesen Added a simple driver manager around the sucker mc Revision 1.1 2002/12/19 23:51:45 aarvesen Data Source implementation |
P6DriverNotFoundError | |
P6Factory | p6factory exists to make extending the spy core easier when making a new module. |
P6LogCallableStatement | Description: JDBC Driver Extension implementing CallableStatement. |
P6LogConnection | Description: Wrapper class for Connection $Author: cheechq $ $Revision: 1.6 $ $Date: 2003/06/03 19:20:22 $ $Id: P6LogConnection.java,v 1.6 2003/06/03 19:20:22 cheechq Exp $ $Log: P6LogConnection.java,v $ Revision 1.6 2003/06/03 19:20:22 cheechq removed unused imports Revision 1.5 2002/12/19 16:59:08 aarvesen remove getTrace from the driver level Revision 1.4 2002/12/19 16:30:50 aarvesen Removed the checkReload call Revision 1.3 2002/12/06 22:29:39 aarvesen new factory registration in the constructor Revision 1.2 2002/10/06 18:22:12 jeffgoke no message Revision 1.1 2002/05/24 07:31:45 jeffgoke version 1 rewrite Revision 1.7 2002/05/18 06:39:52 jeffgoke Peter Laird added Outage detection. |
P6LogFactory | Description: factory for getting real values. |
P6Logger | |
P6LogPreparedStatement | Description: JDBC Driver Extension implementing PreparedStatement. |
P6LogQuery | Description: Some Utility routines ... |
P6LogResultSet | Description: JDBC Driver Extension implementing PreparedStatement. |
P6LogStatement | Description: Wrapper class for Statement $Author: aarvesen $ $Revision: 1.5 $ $Date: 2002/12/19 17:00:50 $ $Id: P6LogStatement.java,v 1.5 2002/12/19 17:00:50 aarvesen Exp $ $Log: P6LogStatement.java,v $ Revision 1.5 2002/12/19 17:00:50 aarvesen remove getTrace from the driver level Revision 1.4 2002/12/19 16:32:05 aarvesen Removed the checkReload call Revision 1.3 2002/12/06 22:26:47 aarvesen new factory registration in the constructor Revision 1.2 2002/10/06 18:22:12 jeffgoke no message Revision 1.1 2002/05/24 07:31:45 jeffgoke version 1 rewrite Revision 1.8 2002/05/18 06:39:52 jeffgoke Peter Laird added Outage detection. |
P6Options | |
P6OutageCallableStatement | Description: JDBC Driver Extension implementing CallableStatement. |
P6OutageConnection | Description: Wrapper class for Connection $Author: cheechq $ $Revision: 1.6 $ $Date: 2003/06/03 19:20:23 $ $Id: P6OutageConnection.java,v 1.6 2003/06/03 19:20:23 cheechq Exp $ $Log: P6OutageConnection.java,v $ Revision 1.6 2003/06/03 19:20:23 cheechq removed unused imports Revision 1.5 2003/01/28 17:01:08 jeffgoke rewrote options to the ability for a module to have its own option set Revision 1.4 2002/12/19 16:29:03 aarvesen Removed the checkReload call Revision 1.3 2002/12/09 21:46:07 aarvesen New constructor jdk 1.4 changes Revision 1.2 2002/10/06 18:22:48 jeffgoke no message Revision 1.1 2002/05/24 07:31:28 jeffgoke version 1 rewrite Revision 1.7 2002/05/18 06:39:52 jeffgoke Peter Laird added Outage detection. |
P6OutageDetector | This class is a singleton. |
P6OutageFactory | Description: factory for getting real values. |
P6OutageOptions | |
P6OutagePreparedStatement | Description: JDBC Driver Extension implementing PreparedStatement. |
P6OutageStatement | Description: Wrapper class for Statement $Author: cheechq $ $Revision: 1.6 $ $Date: 2003/06/03 19:20:24 $ $Id: P6OutageStatement.java,v 1.6 2003/06/03 19:20:24 cheechq Exp $ $Log: P6OutageStatement.java,v $ Revision 1.6 2003/06/03 19:20:24 cheechq removed unused imports Revision 1.5 2003/01/28 17:01:11 jeffgoke rewrote options to the ability for a module to have its own option set Revision 1.4 2002/12/19 16:30:06 aarvesen Removed the checkReload call Revision 1.3 2002/12/09 21:51:14 aarvesen New constructor jdk 1.4 changes Revision 1.2 2002/10/06 18:22:48 jeffgoke no message Revision 1.1 2002/05/24 07:31:28 jeffgoke version 1 rewrite Revision 1.8 2002/05/18 06:39:52 jeffgoke Peter Laird added Outage detection. |
P6PooledConnection | Support for PooledConnection interface $Log: P6PooledConnection.java,v $ Revision 1.4 2003/08/07 19:07:58 aarvesen removed needless imports, collapsed the sql imports Revision 1.3 2003/08/04 19:34:02 aarvesen radically changed this class to simply wrap a pooledconnection rather than maintain its own kludgy connection pool Revision 1.2 2003/06/03 19:20:25 cheechq removed unused imports Revision 1.1 2003/01/30 23:35:22 dlukeparker Added support for the javax.sql operations for pooled connections. |
P6PreparedStatement | Description: JDBC Driver Extension implementing PreparedStatement. |
P6ResultSet | Description: JDBC Driver Extension implementing PreparedStatement. |
P6ResultSetMetaData | Description: JDBC Driver Extension implementing P6ResultSetMetaData $Author: cheechq $ $Revision: 1.4 $ $Date: 2003/06/03 19:20:25 $ $Id: P6ResultSetMetaData.java,v 1.4 2003/06/03 19:20:25 cheechq Exp $ $Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/spy/P6ResultSetMetaData.java,v $ $Log: P6ResultSetMetaData.java,v $ Revision 1.4 2003/06/03 19:20:25 cheechq removed unused imports Revision 1.3 2003/01/03 20:33:43 aarvesen Added getJDBC() method to return the underlying jdbc object. |
P6SpyDriver | Description: Wrapper class for Driver |
P6SpyDriver2 | Description: Wrapper class for Driver |
P6SpyDriver3 | Description: Wrapper class for Driver |
P6SpyDriverCore | Description: Wrapper class for Driver $Author: cheechq $ $Revision: 1.15 $ $Date: 2003/06/03 19:20:26 $ $Id: P6SpyDriverCore.java,v 1.15 2003/06/03 19:20:26 cheechq Exp $ $Log: P6SpyDriverCore.java,v $ Revision 1.15 2003/06/03 19:20:26 cheechq removed unused imports Revision 1.14 2003/04/10 18:17:57 aarvesen always check to see if there are drivers to dereg. |
P6SpyOptions | |
P6SpyProperties | this class contains a properties file and utility functions that enable this property file to be set on any options class |
P6Statement | Description: Wrapper class for Statement $Author: aarvesen $ $Revision: 1.4 $ $Date: 2003/06/20 20:31:55 $ $Id: P6Statement.java,v 1.4 2003/06/20 20:31:55 aarvesen Exp $ $Log: P6Statement.java,v $ Revision 1.4 2003/06/20 20:31:55 aarvesen fix for bug 161: null result sets Revision 1.3 2003/01/03 20:33:43 aarvesen Added getJDBC() method to return the underlying jdbc object. |
P6Util | Description: Utility classes $Author: cheechq $ $Revision: 1.15 $ $Date: 2003/06/03 19:20:20 $ $Id: P6Util.java,v 1.15 2003/06/03 19:20:20 cheechq Exp $ $Log: P6Util.java,v $ Revision 1.15 2003/06/03 19:20:20 cheechq removed unused imports Revision 1.14 2003/04/15 02:49:09 cheechq bug fix for jdk 1.2 support Revision 1.13 2003/04/15 02:10:54 cheechq jdk 1.2 support mod Revision 1.12 2003/02/28 07:28:10 jeffgoke added bug fix to enable jdk 1.2 support Revision 1.11 2003/02/12 15:32:14 jeffgoke Fixed bug where space in the realdriver name was causing the system to crash Revision 1.10 2003/01/29 05:38:42 jeffgoke added fix to not close reader if it is null Revision 1.9 2003/01/28 17:00:58 jeffgoke rewrote options to the ability for a module to have its own option set Revision 1.8 2003/01/23 23:43:51 jeffgoke try the thread and classloader system resources if we can't find the class loader Revision 1.7 2003/01/23 01:40:45 jeffgoke added code to try to use the classpath loader first, and if that fails, try our manual method Revision 1.6 2003/01/15 22:09:41 aarvesen Don't crap out if you can't find a context loader, press on Revision 1.5 2003/01/10 21:39:43 jeffgoke removed p6util.warn and moved warn handling to logging. this gives a consistent log file. |
P6XAConnection | $Author: aarvesen $ $Revision: 1.1 $ $Date: 2003/08/07 19:08:49 $ $Log: P6XAConnection.java,v $ Revision 1.1 2003/08/07 19:08:49 aarvesen wrappers for XA datasources that work like the PooledConnections: you have to instantiate the real data source somehow, and then instantiate an a wrapper object with that datasource |
P6XADataSource | $Author: aarvesen $ $Revision: 1.1 $ $Date: 2003/08/07 19:08:49 $ $Log: P6XADataSource.java,v $ Revision 1.1 2003/08/07 19:08:49 aarvesen wrappers for XA datasources that work like the PooledConnections: you have to instantiate the real data source somehow, and then instantiate an a wrapper object with that datasource |
StdoutLogger | |
StringMatcher | Description: An interface to allow pluggable string matching routines. |
Subclasser | Description: Creates a subclass from the specifed DataSource to wrap in the p6spy functionality $Author: aarvesen $ $Revision: 1.2 $ $Date: 2003/12/01 00:40:18 $ $Id: Subclasser.java,v 1.2 2003/12/01 00:40:18 aarvesen Exp $ $Log: Subclasser.java,v $ Revision 1.2 2003/12/01 00:40:18 aarvesen fixed parent package bug added new constructor filled in main method Revision 1.1 2003/08/06 19:52:11 aarvesen Class to generate subclasses of DataSources that wrap with P6Spy |
SubclassTask | Description: Ant task wrapper around the sub class UI the p6spy functionality $Author: aarvesen $ $Revision: 1.1 $ $Date: 2003/12/01 00:39:34 $ $Id: SubclassTask.java,v 1.1 2003/12/01 00:39:34 aarvesen Exp $ $Log: SubclassTask.java,v $ Revision 1.1 2003/12/01 00:39:34 aarvesen ant subclassing task Revision 1.1 2003/08/06 19:52:11 aarvesen Class to generate subclasses of DataSources that wrap with P6Spy |
SubstringMatcher | Description: Implements the StringMatcher with simple substring matching. |