com.elvyx.server.command
Class CmdSTP

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

public class CmdSTP
extends java.lang.Object
implements Command

Command STP.[ Stop server ]. This command must stop the server

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

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

Constructor Detail

CmdSTP

public CmdSTP()
Method Detail

process

public Response process(Request request)
                 throws CommandException
It execute the STP command

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


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