org.apache.geronimo.deployment.cli
Class CommandStop

java.lang.Object
  extended byorg.apache.geronimo.deployment.cli.AbstractCommand
      extended byorg.apache.geronimo.deployment.cli.CommandStart
          extended byorg.apache.geronimo.deployment.cli.CommandStop
All Implemented Interfaces:
DeployCommand

public class CommandStop
extends CommandStart

The CLI deployer logic to stop.

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Constructor Summary
CommandStop()
           
 
Method Summary
protected  String getAction()
           
protected  javax.enterprise.deploy.spi.status.ProgressObject runCommand(PrintWriter out, javax.enterprise.deploy.spi.DeploymentManager mgr, javax.enterprise.deploy.spi.TargetModuleID[] ids)
           
 
Methods inherited from class org.apache.geronimo.deployment.cli.CommandStart
execute
 
Methods inherited from class org.apache.geronimo.deployment.cli.AbstractCommand
emit, getCommandGroup, getCommandName, getHelpArgumentList, getHelpText, identifyTargets, isLocalOnly, isMultipleTargets, setOut, waitForProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandStop

public CommandStop()
Method Detail

runCommand

protected javax.enterprise.deploy.spi.status.ProgressObject runCommand(PrintWriter out,
                                                                       javax.enterprise.deploy.spi.DeploymentManager mgr,
                                                                       javax.enterprise.deploy.spi.TargetModuleID[] ids)
Overrides:
runCommand in class CommandStart

getAction

protected String getAction()
Overrides:
getAction in class CommandStart


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.