com.elvyx.server.command
Class CmdLOD

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

public class CmdLOD
extends java.lang.Object
implements Command

Command LOD.[ Load a file to database ].

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

Constructor Summary
CmdLOD()
           
 
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

CmdLOD

public CmdLOD()
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.