com.elvyx.server.command
Class CmdGDT

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

public class CmdGDT
extends java.lang.Object
implements Command

Command GDT.[ Get details ]. It get data details for a statement. It means every measured value.

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

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

CmdGDT

public CmdGDT()
Method Detail

process

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

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


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