public class TplAbort extends TplCommand
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
TplAbort(int id,
boolean killit,
int whom)
Constructs a new get command specifiying the object to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
commenceCommand, getCommencedWhen, getID, getInfo, getState, hashCode, isAcknowledged, isCompleted, isSending, parseTplEvent, setInfo, setState, toStringpublic static final String ABORT
public static final String KILL
private boolean kill
private int that
public TplAbort(int id,
boolean killit,
int whom)
public String getCommandLead()
getCommandLead in class TplCommandpublic boolean isKill()
public boolean onAll()