com.elvyx.server.command
Class CmdEDT

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

public class CmdEDT
extends java.lang.Object
implements Command

Command EDT.[ Erase data ]. It erase data in the database.

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

Constructor Summary
CmdEDT()
           
 
Method Summary
 Response process(Request request)
          It execute the EDT command and create the response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdEDT

public CmdEDT()
Method Detail

process

public Response process(Request request)
                 throws CommandException
It execute the EDT command and create the response

Specified by:
process in interface Command
Returns:
Reponse
Throws:
CommandException


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