|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdbc.pool.OracleDataSource | +--oracle.jdbc.pool.OracleConnectionCacheImpl | +--oracle.jsp.dbutil.ConnCacheBean
Bean for Connection Cache based in Oracle JDBC 2.0 Connection Caching
Field Summary |
Type | Field |
---|---|
static int |
DYNAMIC_SCHEME
|
static int |
FIXED_RETURN_NULL_SCHEME
|
static int |
FIXED_WAIT_SCHEME
|
Fields inherited from class oracle.jdbc.pool.OracleConnectionCacheImpl |
_DEFAULT_MAX_LIMIT,
_DEFAULT_MIN_LIMIT,
_MAX_LIMIT,
_MIN_LIMIT,
DEFAULT_CACHE_TIMEOUT,
DEFAULT_THREAD_INTERVAL,
DYNAMIC_SCHEME,
FIXED_RETURN_NULL_SCHEME,
FIXED_WAIT_SCHEME,
m_activeSize,
m_cacheInactivityTimeOut,
m_cacheScheme,
m_cacheSize,
m_cacheTTLTimeOut,
m_cpds,
m_ocel,
m_stmtCacheSize,
m_stmtClearMetaData,
m_threadInterval,
m_timeOutThread |
Fields inherited from class oracle.jdbc.pool.OracleDataSource |
m_databaseName,
m_dataSourceName,
m_description,
m_driverType,
m_networkProtocol,
m_password,
m_portNumber,
m_pw,
m_serverName,
m_timeout,
m_tnsentry,
m_url,
m_user |
Constructor Summary |
ConnCacheBean()
|
Method Summary |
Type | Method |
---|---|
void |
outOfScope(JspScopeEvent ae)
Invoked when a JSP scope that this object is attached to is ending. |
Methods inherited from class oracle.jdbc.pool.OracleConnectionCacheImpl |
clearWarnings,
close,
closeActualConnection,
closePooledConnection,
closeSingleConnection,
getActiveSize,
getCacheInactivityTimeout,
getCacheScheme,
getCacheSize,
getCacheTimeToLiveTimeout,
getConnection,
getConnection,
getMaxLimit,
getMinLimit,
getPooledConnection,
getReference,
getStmtCacheSize,
getThreadWakeUpInterval,
getWarnings,
reusePooledConnection,
setCacheInactivityTimeout,
setCacheScheme,
setCacheScheme,
setCacheTimeToLiveTimeout,
setConnectionPoolDataSource,
setMaxLimit,
setMinLimit,
setStmtCacheSize,
setStmtCacheSize,
setThreadWakeUpInterval |
Methods inherited from class oracle.jdbc.pool.OracleDataSource |
addRefProperties,
getDatabaseName,
getDataSourceName,
getDescription,
getDriverType,
getLoginTimeout,
getLogWriter,
getNetworkProtocol,
getPassword,
getPortNumber,
getServerName,
getTNSEntryName,
getURL,
getUser,
setDatabaseName,
setDataSourceName,
setDescription,
setDriverType,
setLoginTimeout,
setLogWriter,
setNetworkProtocol,
setPassword,
setPortNumber,
setServerName,
setTNSEntryName,
setURL,
setUser,
trace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int DYNAMIC_SCHEME
public static final int FIXED_WAIT_SCHEME
public static final int FIXED_RETURN_NULL_SCHEME
Constructor Detail |
public ConnCacheBean() throws java.sql.SQLException
Method Detail |
public void outOfScope(JspScopeEvent ae)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |