|
||||||||||
| 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_QUIT
public final class Command_QUIT
Tell the server to quit.
Version History
EPG - Initial - 14 SEP 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
|
| Constructor Summary | |
|---|---|
Command_QUIT()
|
|
| 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
| Constructor Detail |
|---|
public Command_QUIT()
| Method Detail |
|---|
public void declare()
throws SystemException
declare in class CommandSystemExceptionpublic java.lang.String named()
named in class Command
public void accept()
throws SystemException
accept in class CommandSystemException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||