|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--org.recommender.test.TesterThread
Created by User: herlock Date: May 10, 2003 Time: 7:12:20 PM
Field Summary | |
protected CFEngine |
cfengine
|
protected int |
count
|
protected int |
maxUserid
|
protected int |
minUserid
|
java.lang.String |
threadName
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
TesterThread()
|
|
TesterThread(CFEngine cfengine,
java.lang.String threadName,
int minUserid,
int maxUserid,
int count)
|
Method Summary | |
protected void |
fatalError()
Called whenever a fatal error occurs |
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, run, 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 |
protected int minUserid
protected int maxUserid
protected int count
public java.lang.String threadName
protected CFEngine cfengine
Constructor Detail |
public TesterThread()
public TesterThread(CFEngine cfengine, java.lang.String threadName, int minUserid, int maxUserid, int count)
Method Detail |
protected void fatalError()
|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |