|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--shell.ProcessController
Controlling class for all application processes started within Freelance.
| Constructor Summary | |
ProcessController()
|
|
| Method Summary | |
void |
fireThreadEvent(ThreadEvent event)
|
void |
startThread(java.util.Vector cmd,
java.lang.String strcmd)
starts a new thread |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProcessController()
| Method Detail |
public void startThread(java.util.Vector cmd,
java.lang.String strcmd)
throws java.io.IOException,
java.lang.ClassNotFoundException
cmd - - a Vector representation of the cmd broken into elementsstrcmd - - the command in its original String format
java.io.IOException
java.lang.ClassNotFoundExceptionpublic void fireThreadEvent(ThreadEvent event)
fireThreadEvent in interface ThreadListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||