org.apache.geronimo.commands
Class StartClientCommand

java.lang.Object
  extended by org.apache.geronimo.gshell.command.CommandSupport
      extended by org.apache.geronimo.commands.BaseJavaCommand
          extended by org.apache.geronimo.commands.StartClientCommand
All Implemented Interfaces:
org.apache.geronimo.gshell.command.Command

public class StartClientCommand
extends BaseJavaCommand

Starts Geronimo application client.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.gshell.command.Command
org.apache.geronimo.gshell.command.Command.Result
 
Field Summary
 
Fields inherited from class org.apache.geronimo.gshell.command.CommandSupport
context, io, log, variables
 
Fields inherited from interface org.apache.geronimo.gshell.command.Command
FAILURE, SUCCESS
 
Constructor Summary
StartClientCommand()
           
 
Method Summary
protected  Object doExecute()
           
 groovy.lang.MetaClass getMetaClass()
           
 List getModuleArguments()
           
 String getModuleName()
           
 Object getProperty(String name)
           
 int getVerbose()
           
 Object invokeMethod(String name, Object args)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setModuleArguments(List value)
           
 void setModuleName(String value)
           
 void setProperty(String name, Object value)
           
 void setVerbose(int value)
           
 
Methods inherited from class org.apache.geronimo.commands.BaseJavaCommand
addPropertyFrom, getAnt, getBackground, getGeronimoHome, getJavaAgent, getJavaAgentJar, getJavaFlags, getJavaVirtualMachine, getLogFile, getProfiles, getProperties, getShellInfo, getTimeout, isBackground, prefixSystemPath, processScripts, setAnt, setBackground, setGeronimoHome, setGeronimoPropertyFrom, setJavaAgent, setJavaFlags, setJavaVirtualMachine, setLogFile, setProfiles, setProperties, setPropertyFrom, setShellInfo, setTimeout
 
Methods inherited from class org.apache.geronimo.gshell.command.CommandSupport
displayHelp, execute, getDescription, getId, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartClientCommand

public StartClientCommand()
Method Detail

getVerbose

public int getVerbose()

setVerbose

public void setVerbose(int value)

getModuleName

public String getModuleName()

setModuleName

public void setModuleName(String value)

getModuleArguments

public List getModuleArguments()

setModuleArguments

public void setModuleArguments(List value)

doExecute

protected Object doExecute()
                    throws Exception
Specified by:
doExecute in class org.apache.geronimo.gshell.command.CommandSupport
Throws:
Exception

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Overrides:
getMetaClass in class BaseJavaCommand

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Overrides:
setMetaClass in class BaseJavaCommand

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Overrides:
invokeMethod in class BaseJavaCommand

getProperty

public Object getProperty(String name)
Overrides:
getProperty in class BaseJavaCommand

setProperty

public void setProperty(String name,
                        Object value)
Overrides:
setProperty in class BaseJavaCommand


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