|
Oracle10g JDBC | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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
Field Summary | |
static java.lang.String |
BUILD_DATE
|
static boolean |
PRIVATE_TRACE
|
static boolean |
TRACE
|
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, holdsLock, 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 |
Field Detail |
public static final boolean TRACE
public static final boolean PRIVATE_TRACE
public static final java.lang.String BUILD_DATE
Method Detail |
public void run()
run
in interface java.lang.Runnable
public void runTimeToLiveTimeOut(long threadTTLTimeOut) throws java.sql.SQLException
java.sql.SQLException
public void runInactivityTimeOut(long threadInactivityTimeOut) throws java.sql.SQLException
java.sql.SQLException
|
Oracle10g JDBC | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |