| 程序包 | 说明 |
|---|---|
| org.stone.beecp | |
| org.stone.beecp.jta | |
| org.stone.beecp.pool | |
| org.stone.beecp.pool.exception |
| 类和说明 |
|---|
| BeeConnectionFactory
Connection factory interface
|
| BeeConnectionPoolMonitorVo
Monitor interface,call its methods to get pool run time info
|
| BeeConnectionPredicate
Predicate interface
|
| BeeDataSourceConfig
Bee data source configuration object
|
| BeeDataSourceConfigMBean
BeeDatasource jmx bean interface.
|
| 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) |
| BeeSQLException
A base exception for bee connection pool
|
| BeeXaConnectionFactory
A XAConnection factory interface,whose implementation are used to create XAConnections for pool
|
| 类和说明 |
|---|
| BeeConnectionPoolMonitorVo
Monitor interface,call its methods to get pool run time info
|
| BeeDataSource
Bee DataSource impl.
|
| 类和说明 |
|---|
| 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
|
| BeeDataSourceConfig
Bee data source configuration object
|
| BeeDataSourceConfigException
If check failed on dataSource configuration items,throws this exception.
|
| BeeXaConnectionFactory
A XAConnection factory interface,whose implementation are used to create XAConnections for pool
|
| 类和说明 |
|---|
| BeeConnectionPoolException
Base pool exception
|
| BeeSQLException
A base exception for bee connection pool
|
Copyright © 2024. All rights reserved.