| 接口 | 说明 |
|---|---|
| ConfigurationListenerIF |
Listens to any changes made to a
definition. |
| ConnectionBuilderIF | |
| ConnectionInfoIF |
Provides information about an individual connection.
|
| ConnectionListenerIF |
You can listen to the lifecycle of a connection.
|
| ConnectionPoolDefinitionIF |
A full definition of everything to do with a connection.
|
| ConnectionPoolStatisticsIF |
This provides real time information about the pool.
|
| ConnectionValidatorIF | |
| ProxoolConstants |
All constants here please.
|
| ProxoolListenerIF |
Listener for global Proxool events.
|
| ProxyConnectionIF |
Contains most of the functionality that we require to manipilate the
connection.
|
| StateListenerIF |
Monitors the state of the pool so you can see whether it is
quiet, busy, overloaded, or down.
|
| 类 | 说明 |
|---|---|
| CompositeConfigurationListener |
A
ConfigurationListenerIF that keeps a list of ConfigurationListenerIFs
and notifies them in a thread safe manner. |
| CompositeConnectionListener |
A
ConnectionListenerIF that keeps a list of ConnectionListenerIFs
and notifies them in a thread safe manner. |
| CompositeProxoolListener |
A
ProxoolListenerIF that keeps a list of ProxoolListenerIFs
and notifies them in a thread safe manner. |
| CompositeStateListener |
A
StateListenerIF that keeps a list of StateListenerIFs
and notifies them in a thread safe manner. |
| ConnectionResetter |
Responsible for resetting a Connection to its default state when it is
returned to the pool.
|
| DefaultConnectionBuilder | |
| DefaultConnectionValidator | |
| FormatHelper |
Formats things as Strings
|
| HouseKeeperController |
Schedules when to run the house keeper
|
| HouseKeeperThread |
Responsible for running
sweep |
| Prototyper |
Responsible for prototyping connections for all pools
|
| PrototyperController |
Controls the
prototypers |
| PrototyperThread |
Responsible for running
sweep. |
| ProxoolDataSource |
The Proxool DataSource implementation.
|
| ProxoolDriver |
This is the Proxool implementation of the java.sql.Driver interface.
|
| ProxoolFacade |
This provides some nice-to-have features that can't be provided by the
Driver implementation of java.sql.Driver. |
| ProxyConnection |
Manages a connection.
|
| Version |
Tells you the version.
|
| WrappedConnection |
Wraps up a
ProxyConnection. |
| 异常错误 | 说明 |
|---|---|
| FatalRuntimeException |
A type of SQLException that has been defined as fatal.
|
| FatalSQLException |
A type of SQLException that has been defined as fatal.
|
| ProxoolException |
Proxool exception class that emulates the behaviour of the new cause
facility in jdk 1.4.
|
Copyright © 2024. All rights reserved.