|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--net.sourceforge.jtds.test.PreparedStatementTest.TestMultiThread
Inner class used by PreparedStatementTest.testMultiThread() to
test concurrency.
| Field Summary | |
(package private) static java.sql.Connection |
con
|
(package private) static java.lang.Exception |
error
|
(package private) static int |
live
|
(package private) static int |
LOOP_MAX
|
(package private) static int |
ROWS_MAX
|
(package private) static int |
THREAD_MAX
|
(package private) int |
threadId
|
| Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
| Constructor Summary | |
(package private) |
PreparedStatementTest.TestMultiThread(int n)
|
| Method Summary | |
void |
run()
|
(package private) static void |
startThreads(java.sql.Connection con)
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
static java.sql.Connection con
static final int THREAD_MAX
static final int LOOP_MAX
static final int ROWS_MAX
static int live
static java.lang.Exception error
int threadId
| Constructor Detail |
PreparedStatementTest.TestMultiThread(int n)
| Method Detail |
public void run()
run in class java.lang.Thread
static void startThreads(java.sql.Connection con)
throws java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||