|
WebLogic Server 6.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) 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)
|
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
boolean running
Constructor Detail |
ReadingThread(java.sql.Connection connection)
Method Detail |
public void run()
run
in class java.lang.Thread
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |