org.apache.geronimo.deployment.cli
Class CommandStart

java.lang.Object
  extended by org.apache.geronimo.deployment.cli.AbstractCommand
      extended by org.apache.geronimo.deployment.cli.CommandStart
All Implemented Interfaces:
DeployCommand
Direct Known Subclasses:
CommandRestart, CommandStop, CommandUndeploy

public class CommandStart
extends AbstractCommand

The CLI deployer logic to start.


Constructor Summary
CommandStart()
           
 
Method Summary
 void execute(jline.ConsoleReader consoleReader, ServerConnection connection, CommandArgs commandArgs)
           
protected  String getAction()
           
protected  ProgressObject runCommand(jline.ConsoleReader out, DeploymentManager mgr, TargetModuleID[] ids)
           
 
Methods inherited from class org.apache.geronimo.deployment.cli.AbstractCommand
emit, identifyTargets, isLocalOnly, isMultipleTargets, waitForProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandStart

public CommandStart()
Method Detail

execute

public void execute(jline.ConsoleReader consoleReader,
                    ServerConnection connection,
                    CommandArgs commandArgs)
             throws DeploymentException
Throws:
DeploymentException

runCommand

protected ProgressObject runCommand(jline.ConsoleReader out,
                                    DeploymentManager mgr,
                                    TargetModuleID[] ids)

getAction

protected String getAction()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.