|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--sod.util.Process
Representation of a distributed process.
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
Process(java.io.File classFile,
java.lang.Class classRef,
Processor processor)
|
Method Summary | |
java.io.File |
getClassFile()
|
java.lang.String |
getClassName()
|
int |
getPID()
|
Processor |
getProcessor()
|
void |
init()
Initialize the executable object. |
boolean |
isStarted()
|
void |
resumeExecution()
|
void |
run()
|
void |
setProcessor(Processor processor)
|
void |
stopExecution()
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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 |
Constructor Detail |
public Process(java.io.File classFile, java.lang.Class classRef, Processor processor)
Method Detail |
public void init()
public int getPID()
public java.io.File getClassFile()
public java.lang.String getClassName()
public Processor getProcessor()
public void setProcessor(Processor processor)
public void run()
run
in class java.lang.Thread
public void stopExecution()
public void resumeExecution()
public boolean isStarted()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |