跳过导航链接
A B C D E F G I L M N O P R S T U W X 

A

abort(Executor) - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
addConfigPrintExclusion(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
addConnectionEventListener(ConnectionEventListener) - 类 中的方法org.stone.beecp.pool.XaProxyConnection
 
addConnectProperty(String, Object) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
addConnectProperty(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
addSqlExceptionCode(int) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
addSqlExceptionState(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
addStatementEventListener(StatementEventListener) - 类 中的方法org.stone.beecp.pool.XaProxyConnection
 
advanceProbe(int) - 类 中的静态方法org.stone.tools.CommonUtil
 
afterCompletion(int) - 类 中的方法org.stone.beecp.jta.BeeJtaSynchronization
 

B

BeanException - org.stone.tools.exception中的异常错误
Bean property value conversion exception
BeanException(String) - 异常错误 的构造器org.stone.tools.exception.BeanException
 
BeanException(Throwable) - 异常错误 的构造器org.stone.tools.exception.BeanException
 
BeanException(String, Throwable) - 异常错误 的构造器org.stone.tools.exception.BeanException
 
BeanUtil - org.stone.tools中的类
A bean util(Not recommend use it other projects)
BeanUtil() - 类 的构造器org.stone.tools.BeanUtil
 
BeeConnectionFactory - org.stone.beecp中的接口
Connection factory interface
BeeConnectionPool - org.stone.beecp中的接口
A Container maintains some borrowable connections for being reused.
BeeConnectionPoolException - org.stone.beecp中的异常错误
Base pool exception
BeeConnectionPoolException(String) - 异常错误 的构造器org.stone.beecp.BeeConnectionPoolException
 
BeeConnectionPoolException(Throwable) - 异常错误 的构造器org.stone.beecp.BeeConnectionPoolException
 
BeeConnectionPoolException(String, Throwable) - 异常错误 的构造器org.stone.beecp.BeeConnectionPoolException
 
BeeConnectionPoolMonitorVo - org.stone.beecp中的接口
Monitor interface,call its methods to get pool run time info
BeeConnectionPredicate - org.stone.beecp中的接口
Predicate interface
BeeDataSource - org.stone.beecp中的类
Bee DataSource impl.
BeeDataSource() - 类 的构造器org.stone.beecp.BeeDataSource
 
BeeDataSource(String, String, String, String) - 类 的构造器org.stone.beecp.BeeDataSource
 
BeeDataSource(BeeDataSourceConfig) - 类 的构造器org.stone.beecp.BeeDataSource
 
BeeDataSourceConfig - org.stone.beecp中的类
Bee data source configuration object
BeeDataSourceConfig() - 类 的构造器org.stone.beecp.BeeDataSourceConfig
 
BeeDataSourceConfig(File) - 类 的构造器org.stone.beecp.BeeDataSourceConfig
 
BeeDataSourceConfig(String) - 类 的构造器org.stone.beecp.BeeDataSourceConfig
 
BeeDataSourceConfig(Properties) - 类 的构造器org.stone.beecp.BeeDataSourceConfig
 
BeeDataSourceConfig(String, String, String, String) - 类 的构造器org.stone.beecp.BeeDataSourceConfig
 
BeeDataSourceConfigException - org.stone.beecp中的异常错误
If check failed on dataSource configuration items,throws this exception.
BeeDataSourceConfigException(String) - 异常错误 的构造器org.stone.beecp.BeeDataSourceConfigException
 
BeeDataSourceConfigException(String, Throwable) - 异常错误 的构造器org.stone.beecp.BeeDataSourceConfigException
 
BeeDataSourceConfigMBean - org.stone.beecp中的接口
BeeDatasource jmx bean interface.
BeeDataSourceFactory - org.stone.beecp中的类
BeeDataSource factory
BeeDataSourceFactory() - 类 的构造器org.stone.beecp.BeeDataSourceFactory
 
BeeJdbcLinkInfoDecoder - org.stone.beecp中的类
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)
BeeJdbcLinkInfoDecoder() - 类 的构造器org.stone.beecp.BeeJdbcLinkInfoDecoder
 
BeeJtaDataSource - org.stone.beecp.jta中的类
DataSource implementation for jta
BeeJtaDataSource() - 类 的构造器org.stone.beecp.jta.BeeJtaDataSource
 
BeeJtaDataSource(BeeDataSource, TransactionManager) - 类 的构造器org.stone.beecp.jta.BeeJtaDataSource
 
BeeJtaSynchronization - org.stone.beecp.jta中的类
Jta DataSource Synchronization
BeeSQLException - org.stone.beecp中的异常错误
A base exception for bee connection pool
BeeSQLException(String) - 异常错误 的构造器org.stone.beecp.BeeSQLException
 
BeeSQLException(Throwable) - 异常错误 的构造器org.stone.beecp.BeeSQLException
 
BeeSQLException(String, Throwable) - 异常错误 的构造器org.stone.beecp.BeeSQLException
 
BeeTransactionIsolationLevels - org.stone.beecp中的类
Transaction Isolation Level
BeeXaConnectionFactory - org.stone.beecp中的接口
A XAConnection factory interface,whose implementation are used to create XAConnections for pool
beforeCompletion() - 类 中的方法org.stone.beecp.jta.BeeJtaSynchronization
 

C

check() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
Check on this configuration,return its copy if success
clear(boolean) - 接口 中的方法org.stone.beecp.BeeConnectionPool
Closes all connections and removes them from pool.
clear(boolean, BeeDataSourceConfig) - 接口 中的方法org.stone.beecp.BeeConnectionPool
Closes all connections and removes them from pool,then re-initialize pool with new configuration.
clear(boolean) - 类 中的方法org.stone.beecp.BeeDataSource
 
clear(boolean, BeeDataSourceConfig) - 类 中的方法org.stone.beecp.BeeDataSource
 
clear() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
clear(boolean) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
clear(boolean) - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
clear(boolean, BeeDataSourceConfig) - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
clearAllConfigPrintExclusion() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
close() - 接口 中的方法org.stone.beecp.BeeConnectionPool
Closes all connections in pool and shutdown all work threads in pool,then pool state change to closed from working, disable all operation on pool.
close() - 类 中的方法org.stone.beecp.BeeDataSource
 
close() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
close() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
close() - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
close() - 类 中的方法org.stone.beecp.pool.XaProxyConnection
 
commit() - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
commit(Xid, boolean) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
commit(Xid, boolean) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 
CommonLog - 类 中的静态变量org.stone.tools.BeanUtil
 
CommonUtil - org.stone.tools中的类
common util
CommonUtil() - 类 的构造器org.stone.tools.CommonUtil
 
compareAndSet(T, int, int) - 类 中的方法org.stone.tools.atomic.IntegerFieldUpdaterImpl
 
compareAndSet(T, V, V) - 类 中的方法org.stone.tools.atomic.ReferenceFieldUpdaterImpl
 
CONFIG_CONFIG_PRINT_EXCLUSION_LIST - 类 中的静态变量org.stone.beecp.pool.ConnectionPoolStatics
 
CONFIG_CONNECT_PROP - 类 中的静态变量org.stone.beecp.pool.ConnectionPoolStatics
 
CONFIG_CONNECT_PROP_KEY_PREFIX - 类 中的静态变量org.stone.beecp.pool.ConnectionPoolStatics
 
CONFIG_CONNECT_PROP_SIZE - 类 中的静态变量org.stone.beecp.pool.ConnectionPoolStatics
 
CONFIG_SQL_EXCEPTION_CODE - 类 中的静态变量org.stone.beecp.pool.ConnectionPoolStatics
 
CONFIG_SQL_EXCEPTION_STATE - 类 中的静态变量org.stone.beecp.pool.ConnectionPoolStatics
 
CONFIG_TM_JNDI - 类 中的静态变量org.stone.beecp.pool.ConnectionPoolStatics
 
ConnectionCreateException - org.stone.beecp.pool.exception中的异常错误
connection creation exception
ConnectionCreateException(String) - 异常错误 的构造器org.stone.beecp.pool.exception.ConnectionCreateException
 
ConnectionCreateException(Throwable) - 异常错误 的构造器org.stone.beecp.pool.exception.ConnectionCreateException
 
ConnectionFactoryByDriver - org.stone.beecp.pool中的类
Connection factory Implementation with a JDBC Driver
ConnectionFactoryByDriver(String, Driver, Properties) - 类 的构造器org.stone.beecp.pool.ConnectionFactoryByDriver
 
ConnectionFactoryByDriverDs - org.stone.beecp.pool中的类
Connection factory Implementation with a JDBC DataSource
ConnectionFactoryByDriverDs(DataSource, String, String) - 类 的构造器org.stone.beecp.pool.ConnectionFactoryByDriverDs
 
ConnectionGetException - org.stone.beecp.pool.exception中的异常错误
exception on getting Connection
ConnectionGetException(String) - 异常错误 的构造器org.stone.beecp.pool.exception.ConnectionGetException
 
ConnectionGetException(Throwable) - 异常错误 的构造器org.stone.beecp.pool.exception.ConnectionGetException
 
ConnectionGetForbiddenException - org.stone.beecp.pool.exception中的异常错误
exception on getting connection
ConnectionGetForbiddenException(String) - 异常错误 的构造器org.stone.beecp.pool.exception.ConnectionGetForbiddenException
 
ConnectionGetInterruptedException - org.stone.beecp.pool.exception中的异常错误
exception on getting connection
ConnectionGetInterruptedException(String) - 异常错误 的构造器org.stone.beecp.pool.exception.ConnectionGetInterruptedException
 
ConnectionGetTimeoutException - org.stone.beecp.pool.exception中的异常错误
exception on getting
ConnectionGetTimeoutException(String) - 异常错误 的构造器org.stone.beecp.pool.exception.ConnectionGetTimeoutException
 
ConnectionPoolStatics - org.stone.beecp.pool中的类
Pool Static Center
ConnectionPoolStatics() - 类 的构造器org.stone.beecp.pool.ConnectionPoolStatics
 
ConnectionRecycleException - org.stone.beecp.pool.exception中的异常错误
connection exception
ConnectionRecycleException(Throwable) - 异常错误 的构造器org.stone.beecp.pool.exception.ConnectionRecycleException
 
create() - 接口 中的方法org.stone.beecp.BeeConnectionFactory
Creates a connection object to be pooled
create() - 接口 中的方法org.stone.beecp.BeeXaConnectionFactory
Creates a jdbc xa connection.
create() - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriver
 
create() - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriverDs
 
create() - 类 中的方法org.stone.beecp.pool.XaConnectionFactoryByDriverDs
 
createClassInstance(Class<?>, Class<?>, String) - 类 中的静态方法org.stone.tools.BeanUtil
Create instance for a bean class
createClassInstance(Class<?>, Class<?>[], String) - 类 中的静态方法org.stone.tools.BeanUtil
Create instance for a bean class

D

decodePassword(String) - 类 中的方法org.stone.beecp.BeeJdbcLinkInfoDecoder
Decodes a jdbc password.
decodeUrl(String) - 类 中的方法org.stone.beecp.BeeJdbcLinkInfoDecoder
Decodes a jdbc url.
decodeUsername(String) - 类 中的方法org.stone.beecp.BeeJdbcLinkInfoDecoder
Decodes a jdbc username.
Dummy_CommonDataSource - 类 中的静态变量org.stone.beecp.pool.ConnectionPoolStatics
 

E

end(Xid, int) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
end(Xid, int) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 
evictTest(SQLException) - 接口 中的方法org.stone.beecp.BeeConnectionPredicate
Does a test on a sql exception for connection eviction.
existConfigPrintExclusion(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 

F

FastConnectionPool - org.stone.beecp.pool中的类
JDBC Connection Pool Implementation
FastConnectionPool() - 类 的构造器org.stone.beecp.pool.FastConnectionPool
 
FastConnectionPoolMBean - org.stone.beecp.pool中的接口
Pool JMX Bean interface.
FastConnectionPoolMonitorVo - org.stone.beecp.pool中的类
Connection pool Monitor impl
FastConnectionPoolMonitorVo() - 类 的构造器org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
forget(Xid) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
forget(Xid) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 

G

get(T) - 类 中的方法org.stone.tools.atomic.IntegerFieldUpdaterImpl
 
get(T) - 类 中的方法org.stone.tools.atomic.ReferenceFieldUpdaterImpl
 
getAliveAssumeTime() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getAliveAssumeTime() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getAliveTestSql() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getAliveTestSql() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getAliveTestTimeout() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getAliveTestTimeout() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getArrayIndex(int, int) - 类 中的静态方法org.stone.tools.CommonUtil
 
getBorrowSemaphoreSize() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getBorrowSemaphoreSize() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getClassSetMethodMap(Class<?>) - 类 中的静态方法org.stone.tools.BeanUtil
finds out all properties set method with public modifier from a bean class
getConnection() - 接口 中的方法org.stone.beecp.BeeConnectionPool
Attempts to get a connection from pool.
getConnection() - 类 中的方法org.stone.beecp.BeeDataSource
 
getConnection(String, String) - 类 中的方法org.stone.beecp.BeeDataSource
 
getConnection() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
getConnection(String, String) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
getConnection() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getConnection() - 类 中的方法org.stone.beecp.pool.XaProxyConnection
 
getConnectionCreatingCount() - 接口 中的方法org.stone.beecp.BeeConnectionPool
Get connection count in creating
getConnectionCreatingCount() - 类 中的方法org.stone.beecp.BeeDataSource
 
getConnectionCreatingCount() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getConnectionCreatingTimeoutCount() - 接口 中的方法org.stone.beecp.BeeConnectionPool
Get connection count in creating timeout
getConnectionCreatingTimeoutCount() - 类 中的方法org.stone.beecp.BeeDataSource
 
getConnectionCreatingTimeoutCount() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getConnectionFactory() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getConnectionFactoryClass() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getConnectionFactoryClassName() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getConnectionFactoryClassName() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getConnectProperty(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getCreatingCount() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getCreatingCount() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getCreatingTimeoutCount() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getCreatingTimeoutCount() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getDefaultCatalog() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getDefaultCatalog() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getDefaultSchema() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getDefaultTransactionIsolationCode() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getDefaultTransactionIsolationCode() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getDefaultTransactionIsolationName() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getDefaultTransactionIsolationName() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getDelayTimeForNextClear() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getDelayTimeForNextClear() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getDriverClassName() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getDriverClassName() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getDsId() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getDsId() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getDsUUID() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getDsUUID() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getErrorCode() - 异常错误 中的方法org.stone.beecp.BeeSQLException
 
getEvictPredicate() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getEvictPredicateClass() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getEvictPredicateClassName() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getHoldTimeout() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getHoldTimeout() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getHostIP() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getHostIP() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getIdleSize() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getIdleSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getIdleSize() - 接口 中的方法org.stone.beecp.pool.FastConnectionPoolMBean
 
getIdleSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getIdleTimeout() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getIdleTimeout() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getInitialSize() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getInitialSize() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getJdbcLinkInfoDecoder() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getJdbcLinkInfoDecoderClass() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getJdbcLinkInfoDecoderClassName() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getJdbcUrl() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getLassAccessTime() - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
getLoginTimeout() - 类 中的方法org.stone.beecp.BeeDataSource
 
getLoginTimeout() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
getLoginTimeout() - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriver
 
getLoginTimeout() - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriverDs
 
getLoginTimeout() - 类 中的方法org.stone.beecp.pool.XaConnectionFactoryByDriverDs
 
getLogWriter() - 类 中的方法org.stone.beecp.BeeDataSource
 
getLogWriter() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
getLogWriter() - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriver
 
getLogWriter() - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriverDs
 
getLogWriter() - 类 中的方法org.stone.beecp.pool.XaConnectionFactoryByDriverDs
 
getMaxActive() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getMaxActive() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getMaxWait() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getMaxWait() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getMessage() - 异常错误 中的方法org.stone.beecp.BeeSQLException
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - 类 中的方法org.stone.beecp.BeeDataSourceFactory
 
getParentLogger() - 类 中的方法org.stone.beecp.BeeDataSource
 
getParentLogger() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
getParentLogger() - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriver
 
getParentLogger() - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriverDs
 
getParentLogger() - 类 中的方法org.stone.beecp.pool.XaConnectionFactoryByDriverDs
 
getPassword() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getPoolImplementClassName() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getPoolImplementClassName() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getPoolMaxSize() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getPoolMaxSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getPoolMode() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getPoolMode() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getPoolMonitorVo() - 接口 中的方法org.stone.beecp.BeeConnectionPool
Gets monitor object of pool runtime info.
getPoolMonitorVo() - 类 中的方法org.stone.beecp.BeeDataSource
 
getPoolMonitorVo() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
getPoolMonitorVo() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getPoolName() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getPoolName() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getPoolName() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getPoolName() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getPoolName() - 接口 中的方法org.stone.beecp.pool.FastConnectionPoolMBean
 
getPoolName() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getPoolState() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getPoolState() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getPropertyValue(Map<String, String>, String) - 类 中的静态方法org.stone.tools.BeanUtil
gets property value(a string) from a properties map with property name.Three kinds of format conversion are supported on propertyName to get value from properties value map,for example: if input a 'maxActive' propertyName,ordered conversion are below conversion1(hump): maxActive conversion2(middle-line): max-active conversion2(under_line): max_active
getSemaphoreAcquiredSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getSemaphoreAcquiredSize() - 接口 中的方法org.stone.beecp.pool.FastConnectionPoolMBean
 
getSemaphoreWaitingSize() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getSemaphoreWaitingSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getSemaphoreWaitingSize() - 接口 中的方法org.stone.beecp.pool.FastConnectionPoolMBean
 
getSemaphoreWaitingSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getSqlExceptionCodeList() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getSqlExceptionStateList() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getSQLState() - 异常错误 中的方法org.stone.beecp.BeeSQLException
 
getStateCodeOnRelease() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getThreadId() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getThreadId() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getThreadName() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getThreadName() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getTimerCheckInterval() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getTimerCheckInterval() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getTotalSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getTotalSize() - 接口 中的方法org.stone.beecp.pool.FastConnectionPoolMBean
 
getTransactionTimeout() - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
getTransactionTimeout() - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 
getTransferWaitingSize() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getTransferWaitingSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getTransferWaitingSize() - 接口 中的方法org.stone.beecp.pool.FastConnectionPoolMBean
 
getTransferWaitingSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getUnsafe() - 类 中的静态方法org.stone.tools.UnsafeHolder
 
getUrl() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getUrl() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getUsername() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
getUsername() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
getUsingSize() - 接口 中的方法org.stone.beecp.BeeConnectionPoolMonitorVo
 
getUsingSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getUsingSize() - 接口 中的方法org.stone.beecp.pool.FastConnectionPoolMBean
 
getUsingSize() - 类 中的方法org.stone.beecp.pool.FastConnectionPoolMonitorVo
 
getXAConnection() - 接口 中的方法org.stone.beecp.BeeConnectionPool
Attempts to get a XAConnection from pool.
getXAConnection() - 类 中的方法org.stone.beecp.BeeDataSource
 
getXAConnection(String, String) - 类 中的方法org.stone.beecp.BeeDataSource
 
getXAConnection() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
getXAResource() - 类 中的方法org.stone.beecp.pool.XaProxyConnection
 

I

init(BeeDataSourceConfig) - 接口 中的方法org.stone.beecp.BeeConnectionPool
Pool initializes,if success,pool state become to be ready for working,then borrowers can get connections from it.
init(BeeDataSourceConfig) - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
IntegerFieldUpdaterImpl<T> - org.stone.tools.atomic中的类
Atomic Integer Field Updater Implementation(Don't use in other place)
interruptConnectionCreating(boolean) - 接口 中的方法org.stone.beecp.BeeConnectionPool
interrupt threads creating connections
interruptConnectionCreating(boolean) - 类 中的方法org.stone.beecp.BeeDataSource
 
interruptConnectionCreating(boolean) - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
InterruptionReentrantLock - org.stone.tools.extension中的类
Lock extension impl provide interruption methods
InterruptionReentrantLock() - 类 的构造器org.stone.tools.extension.InterruptionReentrantLock
 
InterruptionReentrantReadWriteLock - org.stone.tools.extension中的类
Lock extension impl provide interruption methods
InterruptionReentrantReadWriteLock() - 类 的构造器org.stone.tools.extension.InterruptionReentrantReadWriteLock
 
InterruptionSemaphore - org.stone.tools.extension中的类
Semaphore extension impl provide interruption method
InterruptionSemaphore(int, boolean) - 类 的构造器org.stone.tools.extension.InterruptionSemaphore
 
interruptOwnerThread() - 类 中的方法org.stone.tools.extension.InterruptionReentrantLock
 
interruptOwnerThread() - 类 中的方法org.stone.tools.extension.InterruptionReentrantReadWriteLock
 
interruptQueuedWaitThreads() - 类 中的方法org.stone.tools.extension.InterruptionReentrantLock
 
interruptQueuedWaitThreads() - 类 中的方法org.stone.tools.extension.InterruptionReentrantReadWriteLock
 
interruptQueuedWaitThreads() - 类 中的方法org.stone.tools.extension.InterruptionSemaphore
 
isAlive(PooledConnection) - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
isAsyncCreateInitConnection() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isBlank(String) - 类 中的静态方法org.stone.tools.CommonUtil
 
isClosed() - 接口 中的方法org.stone.beecp.BeeConnectionPool
Query pool state whether is closed.
isClosed() - 类 中的方法org.stone.beecp.BeeDataSource
 
isClosed() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
isClosed() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
isClosed() - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
isDefaultAutoCommit() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isDefaultAutoCommit() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
isDefaultReadOnly() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isDefaultReadOnly() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
isEnableDefaultOnAutoCommit() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isEnableDefaultOnCatalog() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isEnableDefaultOnReadOnly() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isEnableDefaultOnSchema() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isEnableDefaultOnTransactionIsolation() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isEnableJmx() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isEnableJmx() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
isEnableThreadLocal() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isFairMode() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isFairMode() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
isForceCloseUsingOnClear() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isForceCloseUsingOnClear() - 接口 中的方法org.stone.beecp.BeeDataSourceConfigMBean
 
isForceDirtyOnCatalogAfterSet() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isForceDirtyOnSchemaAfterSet() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isNotBlank(String) - 类 中的静态方法org.stone.tools.CommonUtil
 
isPrintConfigInfo() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isPrintRuntimeLog() - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
isSameRM(XAResource) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
isSameRM(XAResource) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 
isWrapperFor(Class<?>) - 类 中的方法org.stone.beecp.BeeDataSource
 
isWrapperFor(Class<?>) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 

L

lazySet(T, int) - 类 中的方法org.stone.tools.atomic.IntegerFieldUpdaterImpl
 
lazySet(T, V) - 类 中的方法org.stone.tools.atomic.ReferenceFieldUpdaterImpl
 
LEVEL_NONE - 类 中的静态变量org.stone.beecp.BeeTransactionIsolationLevels
 
LEVEL_READ_COMMITTED - 类 中的静态变量org.stone.beecp.BeeTransactionIsolationLevels
 
LEVEL_READ_UNCOMMITTED - 类 中的静态变量org.stone.beecp.BeeTransactionIsolationLevels
 
LEVEL_REPEATABLE_READ - 类 中的静态变量org.stone.beecp.BeeTransactionIsolationLevels
 
LEVEL_SERIALIZABLE - 类 中的静态变量org.stone.beecp.BeeTransactionIsolationLevels
 
loadDriver(String) - 类 中的静态方法org.stone.beecp.pool.ConnectionPoolStatics
 
loadFromProperties(Properties) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
loadFromPropertiesFile(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
loadFromPropertiesFile(File) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
loadPropertiesFromClassPathFile(String) - 类 中的静态方法org.stone.tools.CommonUtil
 
LruCache<K,V> - org.stone.tools中的类
Lru Cache
LruCache(int) - 类 的构造器org.stone.tools.LruCache
 

M

maxTimedSpins - 类 中的静态变量org.stone.tools.CommonUtil
 
maxUntimedSpins - 类 中的静态变量org.stone.tools.CommonUtil
 

N

NCPU - 类 中的静态变量org.stone.tools.CommonUtil
 
newUpdater(Class<T>, String) - 类 中的静态方法org.stone.tools.atomic.IntegerFieldUpdaterImpl
 
newUpdater(Class<T>, Class<V>, String) - 类 中的静态方法org.stone.tools.atomic.ReferenceFieldUpdaterImpl
 

O

objectEquals(Object, Object) - 类 中的静态方法org.stone.tools.CommonUtil
 
oclose(ResultSet) - 类 中的静态方法org.stone.beecp.pool.ConnectionPoolStatics
 
oclose(Statement) - 类 中的静态方法org.stone.beecp.pool.ConnectionPoolStatics
 
oclose(Connection) - 类 中的静态方法org.stone.beecp.pool.ConnectionPoolStatics
 
oclose(XAConnection) - 类 中的静态方法org.stone.beecp.pool.ConnectionPoolStatics
 
org.stone.beecp - 程序包 org.stone.beecp
 
org.stone.beecp.jta - 程序包 org.stone.beecp.jta
 
org.stone.beecp.pool - 程序包 org.stone.beecp.pool
 
org.stone.beecp.pool.exception - 程序包 org.stone.beecp.pool.exception
 
org.stone.tools - 程序包 org.stone.tools
 
org.stone.tools.atomic - 程序包 org.stone.tools.atomic
 
org.stone.tools.exception - 程序包 org.stone.tools.exception
 
org.stone.tools.extension - 程序包 org.stone.tools.extension
 

P

PoolCreateFailedException - org.stone.beecp.pool.exception中的异常错误
pool create failed
PoolCreateFailedException(String, Throwable) - 异常错误 的构造器org.stone.beecp.pool.exception.PoolCreateFailedException
 
PoolInClearingException - org.stone.beecp.pool.exception中的异常错误
pool already closed exception
PoolInClearingException(String) - 异常错误 的构造器org.stone.beecp.pool.exception.PoolInClearingException
 
PoolInitializeFailedException - org.stone.beecp.pool.exception中的异常错误
pool initialize failed exception
PoolInitializeFailedException(String) - 异常错误 的构造器org.stone.beecp.pool.exception.PoolInitializeFailedException
 
PoolInitializeFailedException(Throwable) - 异常错误 的构造器org.stone.beecp.pool.exception.PoolInitializeFailedException
 
PoolNotCreatedException - org.stone.beecp.pool.exception中的异常错误
pool exception
PoolNotCreatedException(String) - 异常错误 的构造器org.stone.beecp.pool.exception.PoolNotCreatedException
 
prepare(Xid) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
prepare(Xid) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 
PropertyException - org.stone.tools.exception中的异常错误
Bean property exception
PropertyException(String) - 异常错误 的构造器org.stone.tools.exception.PropertyException
 
PropertyException(Throwable) - 异常错误 的构造器org.stone.tools.exception.PropertyException
 
PropertyException(String, Throwable) - 异常错误 的构造器org.stone.tools.exception.PropertyException
 
propertyNameToFieldId(String, String) - 类 中的静态方法org.stone.tools.BeanUtil
converts a property name format,insert specified separators before all upper case chars and covert them to lower case chars
PropertyValueConvertException - org.stone.tools.exception中的异常错误
Bean property value conversion exception
PropertyValueConvertException(String) - 异常错误 的构造器org.stone.tools.exception.PropertyValueConvertException
 
PropertyValueConvertException(Throwable) - 异常错误 的构造器org.stone.tools.exception.PropertyValueConvertException
 
PropertyValueConvertException(String, Throwable) - 异常错误 的构造器org.stone.tools.exception.PropertyValueConvertException
 
PropertyValueSetFailedException - org.stone.tools.exception中的异常错误
Bean property value set failed exception
PropertyValueSetFailedException(String) - 异常错误 的构造器org.stone.tools.exception.PropertyValueSetFailedException
 
PropertyValueSetFailedException(Throwable) - 异常错误 的构造器org.stone.tools.exception.PropertyValueSetFailedException
 
PropertyValueSetFailedException(String, Throwable) - 异常错误 的构造器org.stone.tools.exception.PropertyValueSetFailedException
 
ProxyConnectionBase - org.stone.beecp.pool中的类
connection proxy

R

raw - 类 中的变量org.stone.beecp.pool.ProxyConnectionBase
 
recover(int) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
recover(int) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 
ReferenceFieldUpdaterImpl<T,V> - org.stone.tools.atomic中的类
Atomic Reference Field Updater Implementation(Don't use in other place)
ReflectionOperationException - org.stone.tools.exception中的异常错误
Reflection Operation Exception
ReflectionOperationException(String) - 异常错误 的构造器org.stone.tools.exception.ReflectionOperationException
 
ReflectionOperationException(Throwable) - 异常错误 的构造器org.stone.tools.exception.ReflectionOperationException
 
ReflectionOperationException(String, Throwable) - 异常错误 的构造器org.stone.tools.exception.ReflectionOperationException
 
removeConfigPrintExclusion(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
removeConnectionEventListener(ConnectionEventListener) - 类 中的方法org.stone.beecp.pool.XaProxyConnection
 
removeConnectProperty(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
removeEldestEntry(Map.Entry<K, V>) - 类 中的方法org.stone.tools.LruCache
 
removeSqlExceptionCode(int) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
removeSqlExceptionState(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
removeStatementEventListener(StatementEventListener) - 类 中的方法org.stone.beecp.pool.XaProxyConnection
 
rollback() - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
rollback(Xid) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
rollback(Xid) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 
run() - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
run() - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 

S

Separator_MiddleLine - 类 中的静态变量org.stone.tools.BeanUtil
 
Separator_UnderLine - 类 中的静态变量org.stone.tools.BeanUtil
 
set(T, int) - 类 中的方法org.stone.tools.atomic.IntegerFieldUpdaterImpl
 
set(T, V) - 类 中的方法org.stone.tools.atomic.ReferenceFieldUpdaterImpl
 
setAccessible(Field) - 类 中的静态方法org.stone.tools.BeanUtil
set a field accessible under AccessController
setAccessible(Method) - 类 中的静态方法org.stone.tools.BeanUtil
set a method accessible under AccessController
setAliveAssumeTime(long) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setAliveTestSql(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setAliveTestTimeout(int) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setAsyncCreateInitConnection(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setAutoCommit(boolean) - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
setBorrowSemaphoreSize(int) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setCatalog(String) - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
setConnectionFactory(BeeConnectionFactory) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setConnectionFactoryClass(Class) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setConnectionFactoryClassName(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setDataSource(BeeDataSource) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
setDefaultAutoCommit(Boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setDefaultCatalog(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setDefaultReadOnly(Boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setDefaultSchema(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setDefaultTransactionIsolationCode(Integer) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setDefaultTransactionIsolationName(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setDelayTimeForNextClear(long) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setDriverClassName(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEnableDefaultOnAutoCommit(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEnableDefaultOnCatalog(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEnableDefaultOnReadOnly(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEnableDefaultOnSchema(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEnableDefaultOnTransactionIsolation(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEnableJmx(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEnableThreadLocal(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEvictPredicate(BeeConnectionPredicate) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEvictPredicateClass(Class<? extends BeeConnectionPredicate>) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setEvictPredicateClassName(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setFairMode(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setForceCloseUsingOnClear(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setForceDirtyOnCatalogAfterSet(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setForceDirtyOnSchemaAfterSet(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setHoldTimeout(long) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setIdleTimeout(long) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setInitialSize(int) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setJdbcLinkInfoDecoder(BeeJdbcLinkInfoDecoder) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setJdbcLinkInfoDecoderClass(Class<? extends BeeJdbcLinkInfoDecoder>) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setJdbcLinkInfoDecoderClassName(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setJdbcUrl(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setLoginTimeout(int) - 类 中的方法org.stone.beecp.BeeDataSource
 
setLoginTimeout(int) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
setLoginTimeout(int) - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriver
 
setLoginTimeout(int) - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriverDs
 
setLoginTimeout(int) - 类 中的方法org.stone.beecp.pool.XaConnectionFactoryByDriverDs
 
setLogWriter(PrintWriter) - 类 中的方法org.stone.beecp.BeeDataSource
 
setLogWriter(PrintWriter) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
setLogWriter(PrintWriter) - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriver
 
setLogWriter(PrintWriter) - 类 中的方法org.stone.beecp.pool.ConnectionFactoryByDriverDs
 
setLogWriter(PrintWriter) - 类 中的方法org.stone.beecp.pool.XaConnectionFactoryByDriverDs
 
setMaxActive(int) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setMaxWait(long) - 类 中的方法org.stone.beecp.BeeDataSource
 
setMaxWait(long) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setNetworkTimeout(Executor, int) - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
setPassword(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setPoolImplementClassName(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setPoolName(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setPrintConfigInfo(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setPrintRuntimeLog(boolean) - 接口 中的方法org.stone.beecp.BeeConnectionPool
Changes switch of log print.
setPrintRuntimeLog(boolean) - 类 中的方法org.stone.beecp.BeeDataSource
 
setPrintRuntimeLog(boolean) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setPrintRuntimeLog(boolean) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
setPrintRuntimeLog(boolean) - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 
setPrintRuntimeLog(boolean) - 接口 中的方法org.stone.beecp.pool.FastConnectionPoolMBean
 
setPropertiesValue(Object, Map<String, ?>) - 类 中的静态方法org.stone.tools.BeanUtil
sets mapping properties value on a bean
setPropertiesValue(Object, Map<String, Method>, Map<String, ?>) - 类 中的静态方法org.stone.tools.BeanUtil
sets mapping properties value on a bean
setReadOnly(boolean) - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
setSchema(String) - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
setTimerCheckInterval(long) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setTransactionIsolation(int) - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
setTransactionManager(TransactionManager) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 
setTransactionTimeout(int) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
setTransactionTimeout(int) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 
setUrl(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setUsername(String) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
setXaConnectionFactory(BeeXaConnectionFactory) - 类 中的方法org.stone.beecp.BeeDataSourceConfig
 
spinForTimeoutThreshold - 类 中的静态变量org.stone.tools.CommonUtil
 
start(Xid, int) - 类 中的方法org.stone.beecp.pool.XaProxyResource
 
start(Xid, int) - 类 中的方法org.stone.beecp.pool.XaResourceLocalImpl
 

T

TestSqlExecFailedException - org.stone.beecp.pool.exception中的异常错误
if test sql execute failed,then throws this exception
TestSqlExecFailedException(String, Throwable) - 异常错误 的构造器org.stone.beecp.pool.exception.TestSqlExecFailedException
 
toString() - 类 中的方法org.stone.beecp.pool.ProxyConnectionBase
 
trimString(String) - 类 中的静态方法org.stone.tools.CommonUtil
 
tryCatch(PooledConnection) - 类 中的方法org.stone.beecp.pool.FastConnectionPool
 

U

UnsafeHolder - org.stone.tools中的类
Unsafe adaptor
UnsafeHolder() - 类 的构造器org.stone.tools.UnsafeHolder
 
unwrap(Class<T>) - 类 中的方法org.stone.beecp.BeeDataSource
 
unwrap(Class<T>) - 类 中的方法org.stone.beecp.jta.BeeJtaDataSource
 

W

weakCompareAndSet(T, int, int) - 类 中的方法org.stone.tools.atomic.IntegerFieldUpdaterImpl
 
weakCompareAndSet(T, V, V) - 类 中的方法org.stone.tools.atomic.ReferenceFieldUpdaterImpl
 

X

XaConnectionFactoryByDriverDs - org.stone.beecp.pool中的类
XaConnection Factory implementation by XADataSource
XaConnectionFactoryByDriverDs(XADataSource, String, String) - 类 的构造器org.stone.beecp.pool.XaConnectionFactoryByDriverDs
 
XaProxyConnection - org.stone.beecp.pool中的类
XaConnection Proxy
XaProxyResource - org.stone.beecp.pool中的类
XAResource Proxy
XaResourceLocalImpl - org.stone.beecp.pool中的类
XAResource implementation for local connection
A B C D E F G I L M N O P R S T U W X 
跳过导航链接

Copyright © 2024. All rights reserved.