|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.service.command.Command
things.thinger.service.command.impl.Command_KILL
public class Command_KILL
An implemented command. This will kill a process.
Version History
EPG - Initial - 10 JUN 07
Nested Class Summary |
---|
Nested classes/interfaces inherited from class things.thinger.service.command.Command |
---|
Command.CheckType, Command.DataType, Command.Occurrence, Command.Requirement |
Field Summary | |
---|---|
static java.lang.String |
NAME
|
static java.lang.String |
PARAMETER_PID
|
Constructor Summary | |
---|---|
Command_KILL()
|
Method Summary | |
---|---|
void |
accept()
This will be called when the command is called. |
void |
declare()
Command declaration. |
java.lang.String |
named()
Return the official name of this command. |
Methods inherited from class things.thinger.service.command.Command |
---|
checkDataForm, checkRequiredData, DECLARE_NAME, DECLARE_PARAMETER, DECLARE_RESPONSE, DONE, FLUSH, GET_PARAMETER, GET_SYSTEM_INTERFACE, getDefinition, getInstanceData, instantiateCommand, instantiateResponse, RESPOND, RESPOND, SET_PARAMETER, validateReceiptList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String PARAMETER_PID
Constructor Detail |
---|
public Command_KILL()
Method Detail |
---|
public void declare() throws SystemException
declare
in class Command
SystemException
public java.lang.String named()
named
in class Command
public void accept() throws SystemException
accept
in class Command
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |