|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shell.Command | +--shell.ShellCommand | +--shell.app.kill
Field Summary |
Fields inherited from class shell.Command |
in, out |
Constructor Summary | |
kill()
|
Method Summary | |
void |
doRun()
|
boolean |
getActive()
Provides external access to the active boolean. |
void |
setActive(boolean active)
Provides external access to the active boolean. |
void |
setArgs(java.util.Vector args)
|
void |
setArgs(java.util.Vector args,
java.io.PrintStream o)
|
void |
stopThread(int id)
|
void |
stopThread(java.lang.String id)
|
Methods inherited from class shell.Command |
addActiveSwitch, addSwitch, addThreadListener, containsSwitch, equals, equals, getId, getLock, getName, getOutStream, getReader, getSwitch, isPipeable, lock, processSwitches, removeThreadListener, run, setArgs, setArgs, setId, setIncomming, setInputStream, setLock, setOutputStream, setOutStream, stillIncomming, unlock |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface shell.Executable |
addActiveSwitch, addSwitch, addThreadListener, containsSwitch, equals, equals, getId, getName, getOutStream, getReader, getSwitch, isPipeable, lock, processSwitches, removeThreadListener, run, setId, setIncomming, setInputStream, setLock, setOutputStream, setOutStream, stillIncomming, unlock |
Constructor Detail |
public kill()
Method Detail |
public void setActive(boolean active)
Executable
setActive
in interface Executable
setActive
in class Command
active
- - To set the state of the RuntimeCommand.public boolean getActive()
Executable
getActive
in interface Executable
getActive
in class Command
public void setArgs(java.util.Vector args)
setArgs
in interface Executable
public void setArgs(java.util.Vector args, java.io.PrintStream o)
setArgs
in interface Executable
public void doRun()
doRun
in class Command
public void stopThread(int id)
public void stopThread(java.lang.String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |