|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
water.deploy.NodeCL
public class NodeCL
Creates a node in-process using a separate class loader.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
NodeCL(java.lang.String[] args)
|
Method Summary | |
---|---|
static void |
close_()
|
void |
close()
|
void |
inheritIO()
|
void |
kill()
|
void |
persistIO(java.lang.String outFile,
java.lang.String errFile)
|
void |
run()
|
int |
waitFor()
|
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 |
Methods inherited from interface water.deploy.Node |
---|
start |
Constructor Detail |
---|
public NodeCL(java.lang.String[] args)
Method Detail |
---|
public void inheritIO()
inheritIO
in interface Node
public void persistIO(java.lang.String outFile, java.lang.String errFile) throws java.io.IOException
persistIO
in interface Node
java.io.IOException
public void kill()
kill
in interface Node
public int waitFor()
waitFor
in interface Node
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void close()
public static void close_()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |