|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.apache.commons.launcher.ChildMain
public class ChildMain
A wrapper class that invokes another class'
main(String[])
. This particular class uses several system
properties to control features:
LaunchTask
class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
Thread.State, Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
static String |
APPEND_OUTPUT_PROP_NAME
The appendOutput system property name. |
static String |
DISPLAY_MINIMIZED_WINDOW_PROP_NAME
The displayMiminizedWindow system property name. |
static String |
DISPOSE_MINIMIZED_WINDOW_PROP_NAME
The disposeMiminizedWindow system property name. |
static String |
EXECUTABLE_PROP_NAME
The executableName system property name. |
static String |
HEARTBEAT_FILE_PROP_NAME
The heartbeatFile system property name. |
static String |
MINIMIZED_WINDOW_ICON_PROP_NAME
The miminizedWindowIcon system property name. |
static String |
MINIMIZED_WINDOW_TITLE_PROP_NAME
The miminizedWindowTitle system property name. |
static String |
OUTPUT_FILE_PROP_NAME
The outputFile system property name. |
static String |
WAIT_FOR_CHILD_PROP_NAME
The waitForChild system property name. |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Method Summary | |
---|---|
static void |
main(String[] args)
Main entry point for the child process. |
void |
run()
Invoke the target application. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, clone, 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 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String APPEND_OUTPUT_PROP_NAME
public static final String DISPLAY_MINIMIZED_WINDOW_PROP_NAME
public static final String DISPOSE_MINIMIZED_WINDOW_PROP_NAME
public static final String EXECUTABLE_PROP_NAME
public static final String HEARTBEAT_FILE_PROP_NAME
public static final String MINIMIZED_WINDOW_TITLE_PROP_NAME
public static final String MINIMIZED_WINDOW_ICON_PROP_NAME
public static final String OUTPUT_FILE_PROP_NAME
public static final String WAIT_FOR_CHILD_PROP_NAME
Method Detail |
---|
public static void main(String[] args)
LaunchTask
class.
args
- command line argumentspublic void run()
run
in interface Runnable
run
in class Thread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |