com.elvyx.server.command
Class CommandManager

java.lang.Object
  extended by com.elvyx.server.command.CommandManager

public class CommandManager
extends java.lang.Object

elvyx server. This server receive the commands from elvyx and store data received into hsqldb.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Armando Perdomo

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

CommandManager

public CommandManager(Request request)
               throws CommandException
Constructor for CommandManager. Load the command and execute it

Parameters:
request -
Throws:
CommandException
Method Detail

getRequest

public Request getRequest()
It return the request

Returns:

getResponse

public Response getResponse()
It return the response

Returns:

process

public void process()
             throws CommandException
Load the command instance and execute it

Throws:
CommandException


Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.