|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
command package contains classes that deal with incoming commands
and their responses.
See:
Description
| Interface Summary | |
| Command | a command to the server. |
| CommandFactory | |
| Class Summary | |
| AbstractCommand | An abstract root for a command to the server. |
| Command.Factory | constructs the right command given a command string. |
| ErrorResponse | A marker class for a targetted error response from the server. |
| Response | A targetted response from the server. |
| Exception Summary | |
| CommandFormatException | An CommandFormatException should be thrown when
a CommandFactory tries to parse a command string that can not be mapped
to a known command, or whose params are not valid. |
The command package contains classes that deal with incoming commands
and their responses. To make a command use the Command.Factory.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||