| 接口 | 说明 |
|---|---|
| BeeConnectionFactory |
Connection factory interface
|
| BeeConnectionPool |
A Container maintains some borrowable connections for being reused.
|
| BeeConnectionPoolMonitorVo |
Monitor interface,call its methods to get pool run time info
|
| BeeConnectionPredicate |
Predicate interface
|
| BeeDataSourceConfigMBean |
BeeDatasource jmx bean interface.
|
| BeeXaConnectionFactory |
A XAConnection factory interface,whose implementation are used to create XAConnections for pool
|
| 类 | 说明 |
|---|---|
| BeeDataSource |
Bee DataSource impl.
|
| BeeDataSourceConfig |
Bee data source configuration object
|
| BeeDataSourceFactory |
BeeDataSource factory
|
| BeeJdbcLinkInfoDecoder |
In order to safety policy,users maybe set encrypted jdbc link items(url,username,password) to
BeeDataSourceConfig,
so an overridable decoder is provided to decode them when pool initialization.A decoder need be set to a BeeDataSourceConfig
before it works,three related methods are below
1: decoder instance set:BeeDataSourceConfig.setJdbcLinkInfoDecoder(org.stone.beecp.BeeJdbcLinkInfoDecoder)
2: decoder class set:BeeDataSourceConfig.setJdbcLinkInfoDecoderClass(java.lang.Class<? extends org.stone.beecp.BeeJdbcLinkInfoDecoder>)
3: decoder class name set:BeeDataSourceConfig.setJdbcLinkInfoDecoderClassName(java.lang.String) |
| BeeTransactionIsolationLevels |
Transaction Isolation Level
|
| 异常错误 | 说明 |
|---|---|
| BeeConnectionPoolException |
Base pool exception
|
| BeeDataSourceConfigException |
If check failed on dataSource configuration items,throws this exception.
|
| BeeSQLException |
A base exception for bee connection pool
|
Copyright © 2024. All rights reserved.