CFEngine API

org.recommender.test
Class TesterThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.recommender.test.TesterThread
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
RandomRateThread, RandomTopNThread

public class TesterThread
extends java.lang.Thread

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

minUserid

protected int minUserid

maxUserid

protected int maxUserid

count

protected int count

threadName

public java.lang.String threadName

cfengine

protected CFEngine cfengine
Constructor Detail

TesterThread

public TesterThread()

TesterThread

public TesterThread(CFEngine cfengine,
                    java.lang.String threadName,
                    int minUserid,
                    int maxUserid,
                    int count)
Method Detail

fatalError

protected void fatalError()
Called whenever a fatal error occurs


CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu