| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--antLogger.testApps.MessageGenerator
| Field Summary | |
final static long | EASY |
final static long | HARD |
final static long | INSANE |
(package private) long | level |
(package private) MessageLogger | m |
final static long | MEDIUM |
(package private) static int | msgCount |
(package private) int | thisThreadNumber |
(package private) static int | threadCount |
(package private) int | type |
| Fields inherited from class java.lang.Thread |
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY |
| Constructor Summary | |
MessageGenerator(long level, int type) | |
| Method Summary | |
void | run() |
| Methods inherited from class java.lang.Thread |
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final static long EASY
public final static long HARD
public final static long INSANE
long level
MessageLogger m
public final static long MEDIUM
static int msgCount
int thisThreadNumber
static int threadCount
int type
| Constructor Detail |
public MessageGenerator(long level, int type)
| Method Detail |
public void run()
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||