|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--java.lang.Thread
|
+--examples.jdbc.mssqlserver4.ReadingThread
The threads created by ThreadTests execute this class. You can change the SQL the threads execute by changing the argument to statement.executeQuery.
| Field Summary | |
(package private) java.sql.Connection |
connection
|
(package private) java.lang.String |
query
|
(package private) boolean |
running
|
| Fields inherited from class java.lang.Thread |
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals |
| Constructor Summary | |
(package private) |
ReadingThread(java.sql.Connection connection,
java.lang.String query)
|
| Method Summary | |
void |
run()
|
| 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 |
java.sql.Connection connection
java.lang.String query
boolean running
| Constructor Detail |
ReadingThread(java.sql.Connection connection,
java.lang.String query)
| Method Detail |
public void run()
run in class java.lang.Thread
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||