|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.net.tpl.TplCommand
stella.net.tpl.TplAbort
public class TplAbort
The abort and kill commands. Only difference is the constructing string.
| Field Summary | |
|---|---|
static String |
ABORT
The abort sub-type. |
private boolean |
kill
The requested abort level, kill or abort |
static String |
KILL
The kill sub-type. |
private int |
that
The requested process to be killed. |
| Fields inherited from class stella.net.tpl.TplCommand |
|---|
ABORTED, ABORTEDBY, BUSY, COMPLETE, DENIED, DIMENSION, ERROR, FAILED, IDBUSY, INVALID, LOCKED, NOTRUNNING, OK, OVERRUN, RANGE, SYNTAX, TIMEOUT, TOOMANY, TYPE, UNKNOWN |
| Constructor Summary | |
|---|---|
TplAbort(int id,
boolean killit,
int whom)
Constructs a new get command specifiying the object to retrieve. |
|
| Method Summary | |
|---|---|
String |
getCommandLead()
Returns the query string. |
boolean |
isKill()
Returns true if this command is a kill command. |
boolean |
onAll()
Retruns true if we act on all commands. |
| Methods inherited from class stella.net.tpl.TplCommand |
|---|
commenceCommand, getCommencedWhen, getID, getInfo, getState, hashCode, isAcknowledged, isCompleted, isSending, parseTplEvent, setInfo, setState, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ABORT
public static final String KILL
private boolean kill
private int that
| Constructor Detail |
|---|
public TplAbort(int id,
boolean killit,
int whom)
| Method Detail |
|---|
public String getCommandLead()
getCommandLead in class TplCommandpublic boolean isKill()
public boolean onAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||