com.elvyx.server.command
Interface Command

All Known Implementing Classes:
CmdEDT, CmdFIL, CmdGDT, CmdGLS, CmdLOD, CmdLOG, CmdSTP

public interface Command

Command interface.

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

Method Summary
 Response process(Request request)
          Every command must be processed and return a Response
 

Method Detail

process

Response process(Request request)
                 throws CommandException
Every command must be processed and return a Response

Parameters:
request -
Returns:
Throws:
CommandException


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