org.apache.geronimo.deployment.cli
Class CommandStart
java.lang.Object
org.apache.geronimo.deployment.cli.AbstractCommand
org.apache.geronimo.deployment.cli.CommandStart
- All Implemented Interfaces:
- DeployCommand
- Direct Known Subclasses:
- CommandStop, CommandUndeploy
- public class CommandStart
- extends AbstractCommand
The CLI deployer logic to start.
- Version:
- $Rev: 405229 $ $Date: 2006-05-09 01:44:03 +0200 (Tue, 09 May 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandStart
public CommandStart()
CommandStart
public CommandStart(String command,
String group,
String helpArgumentList,
String helpText)
execute
public void execute(PrintWriter out,
ServerConnection connection,
String[] args)
throws org.apache.geronimo.common.DeploymentException
- Throws:
org.apache.geronimo.common.DeploymentException
runCommand
protected javax.enterprise.deploy.spi.status.ProgressObject runCommand(PrintWriter out,
javax.enterprise.deploy.spi.DeploymentManager mgr,
javax.enterprise.deploy.spi.TargetModuleID[] ids)
getAction
protected String getAction()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.