org.logicalcobwebs.proxool |
A Java SQL Driver that provides a connection pool wrapper around another Driver of your choice. Very simple to
migrate existing code. Fully configurable. Fast, mature and robust. Transparently adds connection pooling to your
existing JDBC driver.
I want to add some better documentation right here. But in the meantime you should
find comprehensive information on our web site
The latest version of this code is available from Sourceforge.
The majority of the work on Proxool (as of May 2002) was funded by Telenor Media AS
Proxool's Licence
Copyright (c) 2002 - 2003 Proxool. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgment:
"This product includes software developed by the
Proxool project (The latest version is available at http://proxool.sourceforge.net/)."
4. The name "Proxool" must not be used to endorse or promote
products derived from this software without prior written permission.
For written permission, please contact bill@logicalcobwebs.co.uk.
5. Products derived from this software may not be called "Proxool"
nor may "Proxool" appear in their names without prior written
permission of the Proxool Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the
Proxool project (The latest version is available at http://proxool.sourceforge.net/)."
THIS SOFTWARE IS PROVIDED BY THE PROXOOL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PROXOOL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
This software consists of voluntary contributions made by many
individuals on behalf of the Proxool Project. For more information
on the Proxool Project please see The latest version is available at http://proxool.sourceforge.net.
|
Java Source File Name | Type | Comment |
AbstractProxoolTest.java | Class | |
AbstractProxyStatement.java | Class | Contains most of the functionality that we require to manipilate the
statement. |
AbstractSpringIntegrationTestBase.java | Class | |
AllTests.java | Class | |
CompositeConfigurationListener.java | Class | A
ConfigurationListenerIF that keeps a list of ConfigurationListenerIF s
and notifies them in a thread safe manner. |
CompositeConnectionListener.java | Class | A
ConnectionListenerIF that keeps a list of ConnectionListenerIF s
and notifies them in a thread safe manner. |
CompositeProxoolListener.java | Class | A
ProxoolListenerIF that keeps a list of ProxoolListenerIF s
and notifies them in a thread safe manner. |
CompositeStateListener.java | Class | A
StateListenerIF that keeps a list of StateListenerIF s
and notifies them in a thread safe manner. |
ConfigurationListenerIF.java | Interface | Listens to any changes made to a
ConnectionPoolDefinitionIF definition . |
ConfigurationListenerTest.java | Class | Test that registering a
org.logicalcobwebs.proxool.ConfigurationListenerIF with the
org.logicalcobwebs.proxool.ProxoolFacade works. |
ConnectionBuilderIF.java | Interface | |
ConnectionInfo.java | Class | Implementation of ConnectionInfoIF. |
ConnectionInfoIF.java | Interface | Provides information about an individual connection. |
ConnectionInfoTest.java | Class | |
ConnectionListenerIF.java | Interface | You can listen to the lifecycle of a connection. |
ConnectionListenerTest.java | Class | Test that registering a
ConnectionListenerIF with the
ProxoolFacade works. |
ConnectionPool.java | Class | This is where most things happen. |
ConnectionPoolDefinition.java | Class | This defines a connection pool: the URL to connect to the database, the
delegate driver to use, and how the pool behaves. |
ConnectionPoolDefinitionIF.java | Interface | A full definition of everything to do with a connection. |
ConnectionPoolManager.java | Class | |
ConnectionPoolStatisticsIF.java | Interface | This provides real time information about the pool. |
ConnectionPoolTest.java | Class | |
ConnectionResetter.java | Class | Responsible for resetting a Connection to its default state when it is
returned to the pool. |
ConnectionResetterTest.java | Class | Test whether the
ConnectionResetter works. |
ConnectionValidatorIF.java | Interface | |
DefaultConnectionBuilder.java | Class | |
DefaultConnectionValidator.java | Class | |
DelegateConnectionTest.java | Class | |
DependencyCheck.java | Class | |
DriverTest.java | Class | |
FatalRuntimeException.java | Class | A type of SQLException that has been defined as fatal. |
FatalSQLException.java | Class | A type of SQLException that has been defined as fatal. |
FatalSqlExceptionHelper.java | Class | Will wrap up exceptions in another exception which can be defined at runtime. |
FatalSqlExceptionTest.java | Class | |
FormatHelper.java | Class | |
GlobalTest.java | Class | Provides a suite of all tests. |
Hibernate3SpringTest.java | Class | |
HibernateTest.java | Class | Tests that we are able to get a connection from
Hibernate 2.x. |
HouseKeeper.java | Class | |
HouseKeeperController.java | Class | |
HouseKeeperTest.java | Class | |
HouseKeeperThread.java | Class | |
HsqlConnectionIF.java | Interface | |
HsqlPreparedStatementIF.java | Interface | |
HsqlStatementIF.java | Interface | |
HypersonicTest.java | Class | |
InjectableInterfaceTest.java | Class | |
KillTest.java | Class | |
ManyPoolsTest.java | Class | Test whether Proxool is happy to run lots of pools. |
PerformanceTest.java | Class | Tests how fast Proxool is compared to the "perfect" pool,
SimpoolAdapter . |
PropertyTest.java | Class | |
Prototyper.java | Class | |
PrototyperController.java | Class | |
PrototyperTest.java | Class | |
PrototyperThread.java | Class | Responsible for running
Prototyper.sweep sweep . |
ProxoolAdapter.java | Class | |
ProxoolConstants.java | Interface | All constants here please. |
ProxoolDataSource.java | Class | The Proxool DataSource implementation. |
ProxoolDataSourceTest.java | Class | Tests the Proxool datasources. |
ProxoolDriver.java | Class | This is the Proxool implementation of the java.sql.Driver interface. |
ProxoolException.java | Class | Proxool exception class that emulates the behaviour of the new cause
facility in jdk 1.4. |
ProxoolFacade.java | Class | This provides some nice-to-have features that can't be provided by the
java.sql.Driver
ProxoolDriver implementation of java.sql.Driver. |
ProxoolListenerIF.java | Interface | Listener for global Proxool events. |
ProxyConnection.java | Class | Manages a connection. |
ProxyConnectionIF.java | Interface | Contains most of the functionality that we require to manipilate the
connection. |
ProxyConnectionTest.java | Class | |
ProxyDatabaseMetaData.java | Class | Delegates to a normal Coonection for everything but the close()
method (when it puts itself back into the pool instead). |
ProxyDatabaseMetaDataTest.java | Class | |
ProxyFactory.java | Class | A central place to build proxy objects. |
ProxyStatement.java | Class | Delegates to Statement for all calls. |
ProxyStatementTest.java | Class | |
RegistrationTest.java | Class | |
ResultMonitor.java | Class | |
ShutdownHook.java | Class | This is instantiated statically by ProxoolFacade. |
SimpoolAdapter.java | Class | This is the simplest pool you can get. |
StateListenerIF.java | Interface | Monitors the state of the pool so you can see whether it is
quiet, busy, overloaded, or down. |
StateListenerTest.java | Class | Test that registering a
ConfigurationListenerIF with the
ProxoolFacade works. |
StateResultMonitor.java | Class | |
TestConstants.java | Class | Some useful constants for testing. |
TestHelper.java | Class | |
UpdateDefinitionTest.java | Class | |
Version.java | Class | Tells you the version. |
VirtoolDriver.java | Class | This class acts as a virtual pool. |
WrappedConnection.java | Class | Wraps up a
ProxyConnection . |
WrapperTest.java | Class | Tests whether we are wrapping up connections correctly. |