QJCC homepage

biz.chitec.qdemo.util
Class SequencerDemo.SequencerTestThread

java.lang.Object
  extended byjava.lang.Thread
      extended bybiz.chitec.qdemo.util.SequencerDemo.SequencerTestThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SequencerDemo

private static class SequencerDemo.SequencerTestThread
extends java.lang.Thread


Field Summary
(package private)  java.sql.Connection conn
           
(package private)  int[] nrs
           
(package private)  java.lang.String seqname
           
(package private)  java.sql.Statement stmt
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SequencerDemo.SequencerTestThread(java.lang.String dburl, java.lang.String seqx, int maxnr)
           
 
Method Summary
 void run()
           
 void writeResults(java.io.PrintWriter pw)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

conn

java.sql.Connection conn

stmt

java.sql.Statement stmt

nrs

int[] nrs

seqname

java.lang.String seqname
Constructor Detail

SequencerDemo.SequencerTestThread

public SequencerDemo.SequencerTestThread(java.lang.String dburl,
                                         java.lang.String seqx,
                                         int maxnr)
                                  throws java.sql.SQLException
Method Detail

run

public void run()

writeResults

public void writeResults(java.io.PrintWriter pw)

QJCC homepage