oracle.jdbc.pool
Class OracleConnectionCacheTimeOutThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--oracle.jdbc.pool.OracleConnectionCacheTimeOutThread

public class OracleConnectionCacheTimeOutThread
extends java.lang.Thread

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()
           
 
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

run

public void run()
Overrides:
run in class java.lang.Thread