public class JavaDriver extends Thread
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
JavaDriver() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginAPICall() |
void |
cleanupThreadEnvironment() |
void |
createEntry() |
void |
endAPICall(List<StatusInfo> statusList) |
String[] |
getCommandLineArgs() |
ARServerUser |
getControlStructObject() |
static int |
getQuietMode() |
static int |
getRandomNumber() |
static int |
getRandomNumberSeed() |
static String |
getResultDirectory() |
static ThreadControlBlock |
getThreadControlBlockPtr() |
void |
initCommandProcessing() |
boolean |
isPrimaryThread() |
void |
launchRandomNumberThread() |
void |
launchThread(boolean flag) |
static void |
main(String[] args) |
void |
mergeEntry() |
void |
processCommands() |
void |
run() |
void |
setCommandLineArgs(String[] args) |
void |
setPrimaryThread(boolean primary) |
static void |
setQuietMode(int value) |
static void |
setRandomNumberSeed(int value) |
static void |
setResultDirectory(String directory) |
void |
setThreadStartInfo(ThreadStartInfo infoObject) |
void |
termCommandProcessing() |
void |
threadStartFunction() |
void |
xmlCreateEntry() |
void |
xmlGetEntry() |
void |
xmlSetEntry() |
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, yieldpublic void initCommandProcessing()
public void termCommandProcessing()
public void beginAPICall()
public void endAPICall(List<StatusInfo> statusList)
public static int getRandomNumber()
public void cleanupThreadEnvironment()
public void setThreadStartInfo(ThreadStartInfo infoObject)
public ARServerUser getControlStructObject()
public void launchRandomNumberThread()
public static ThreadControlBlock getThreadControlBlockPtr()
public void setPrimaryThread(boolean primary)
public boolean isPrimaryThread()
public void setCommandLineArgs(String[] args)
public String[] getCommandLineArgs()
public static void setResultDirectory(String directory)
public static String getResultDirectory()
public static void setQuietMode(int value)
public static int getQuietMode()
public static void setRandomNumberSeed(int value)
public static int getRandomNumberSeed()
public void processCommands()
throws IOException
IOExceptionpublic void createEntry()
public void mergeEntry()
public void xmlCreateEntry()
public void xmlGetEntry()
public void xmlSetEntry()
public void launchThread(boolean flag)
public void threadStartFunction()
throws IOException
IOExceptionpublic static void main(String[] args)
? Copyright 2013 BMC Software, Inc.