|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--oracle.jdbc.pool.OracleConnectionCacheTimeOutThread
An OracleConnectionCacheTimeOutThread object is a thread object that implements the connection cache time out scheme. In this TTL scheme, after the timeout expired, logical connections are closed and returned to the cache for reuse. This timeout mechanism relies on the connection cache scheme implemented in OracleConnectionCacheImpl
Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY |
Method Summary | |
void |
run()
|
void |
runInactivityTimeOut(long threadInactivityTimeOut)
|
void |
runTimeToLiveTimeOut(long threadTTLTimeOut)
|
Methods inherited from class java.lang.Thread |
activeCount,
checkAccess,
countStackFrames,
currentThread,
destroy,
dumpStack,
enumerate,
getContextClassLoader,
getName,
getPriority,
getThreadGroup,
interrupt,
interrupted,
isAlive,
isDaemon,
isInterrupted,
join,
join,
join,
resume,
setContextClassLoader,
setDaemon,
setName,
setPriority,
sleep,
sleep,
start,
stop,
stop,
suspend,
toString,
yield |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Method Detail |
public void run()
public void runTimeToLiveTimeOut(long threadTTLTimeOut) throws java.sql.SQLException
public void runInactivityTimeOut(long threadInactivityTimeOut) throws java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |