|
|||||||||
| 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.Class main,
java.lang.String[] args)
|
|
| Method Summary | |
|---|---|
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.Class main,
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 Nodejava.io.IOExceptionpublic void kill()
kill in interface Nodepublic int waitFor()
waitFor in interface Nodepublic 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 | ||||||||