|
xmlBlaster 2.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread javaclients.MultiThreadSequencer
public class MultiThreadSequencer
MultiThreadSequencer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
static int |
COUNT
|
private Global |
global
|
private long |
initialSleep
|
private boolean |
isPublish
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
MultiThreadSequencer(boolean isPublish,
long initialSleep,
java.lang.String[] args)
|
Method Summary | |
---|---|
static MultiThreadSequencer[] |
createPublishers(java.lang.String filename)
|
static java.lang.String[] |
getLineAsArgs(java.lang.String line)
|
static void |
main(java.lang.String[] args)
|
static java.lang.String[] |
parseInitialLine(java.lang.String line)
|
void |
process()
|
void |
run()
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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 |
---|
public static int COUNT
private boolean isPublish
private long initialSleep
private Global global
Constructor Detail |
---|
public MultiThreadSequencer(boolean isPublish, long initialSleep, java.lang.String[] args)
Method Detail |
---|
public void process()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public static java.lang.String[] parseInitialLine(java.lang.String line)
public static java.lang.String[] getLineAsArgs(java.lang.String line)
public static MultiThreadSequencer[] createPublishers(java.lang.String filename) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
|
xmlBlaster 2.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |