|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elvyx.server.command.CommandManager
public class CommandManager
elvyx server. This server receive the commands from elvyx and store data received into hsqldb.
| Constructor Summary | |
|---|---|
CommandManager(Request request)
Constructor for CommandManager. |
|
| Method Summary | |
|---|---|
Request |
getRequest()
It return the request |
Response |
getResponse()
It return the response |
void |
process()
Load the command instance and execute it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandManager(Request request)
throws CommandException
request -
CommandException| Method Detail |
|---|
public Request getRequest()
public Response getResponse()
public void process()
throws CommandException
CommandException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||