com.elvyx.server.command
Class CmdGLS

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

public class CmdGLS
extends java.lang.Object
implements Command

Command GLS.[ Get list of statement ]. It return list of statements.

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

Constructor Summary
CmdGLS()
           
 
Method Summary
 Response process(Request request)
          It execute the GLS 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

CmdGLS

public CmdGLS()
Method Detail

process

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

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


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