|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
pt.tumba.parser.NativeExec
public class NativeExec
Description of the Class
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
private static NativeExec |
_theInstance
|
(package private) java.io.InputStream |
is
|
(package private) java.io.PrintWriter |
outputw
|
(package private) java.lang.String |
type
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
private |
NativeExec()
|
(package private) |
NativeExec(java.io.InputStream is,
java.lang.String type)
Constructor for the NativeExec object |
(package private) |
NativeExec(java.io.InputStream is,
java.lang.String type,
java.io.PrintWriter outputw)
Constructor for the NativeExec object |
| Method Summary | |
|---|---|
static int |
execute(java.lang.String args)
Description of the Method |
static int |
execute(java.lang.String a,
java.io.PrintWriter out)
Description of the Method |
static NativeExec |
getInstance()
|
static void |
main(java.lang.String[] args)
Description of the Method |
void |
run()
Main processing method for the NativeExec object |
| 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 |
|---|
private static final NativeExec _theInstance
java.io.InputStream is
java.io.PrintWriter outputw
java.lang.String type
| Constructor Detail |
|---|
private NativeExec()
NativeExec(java.io.InputStream is,
java.lang.String type)
is - Description of the Parametertype - Description of the Parameter
NativeExec(java.io.InputStream is,
java.lang.String type,
java.io.PrintWriter outputw)
is - Description of the Parametertype - Description of the Parameteroutputw - Description of the Parameter| Method Detail |
|---|
public static int execute(java.lang.String args)
throws java.lang.Exception
args - Description of the Parameter
java.lang.Exception - Description of the Exception
public static int execute(java.lang.String a,
java.io.PrintWriter out)
throws java.lang.Exception
args - Description of the Parameterout - Description of the Parameter
java.lang.Exception - Description of the Exceptionpublic static NativeExec getInstance()
public static void main(java.lang.String[] args)
args - Description of the Parameterpublic void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||