com.elvyx.server.command
Class CmdLOG

java.lang.Object
  extended by com.elvyx.server.command.CmdLOG
All Implemented Interfaces:
Command

public class CmdLOG
extends java.lang.Object
implements Command

Command LOG.[ Receive information from elvyx ]. It store the elvyx info into hsqldb.

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

Constructor Summary
CmdLOG()
           
 
Method Summary
 Response process(Request request)
          TODO: Check Synchronize option.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLOG

public CmdLOG()
Method Detail

process

public Response process(Request request)
                 throws CommandException
TODO: Check Synchronize option. If server received 2 LOG commands with the same prepared statement, read the statement and it doesn't exist sqlPreparedId = null, then insert the same prepared statemnt

Specified by:
process in interface Command
Returns:
Throws:
CommandException
See Also:
com.elvyx.server.command.Command#process(com.elvyx.server.Request, com.elvyx.server.Response)


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