org.apache.geronimo.commands
Class StartClientCommand
java.lang.Object
org.apache.geronimo.gshell.command.CommandSupport
org.apache.geronimo.commands.BaseJavaCommand
org.apache.geronimo.commands.StartClientCommand
- All Implemented Interfaces:
- org.apache.geronimo.gshell.command.Command
public class StartClientCommand
- extends BaseJavaCommand
Starts Geronimo application client.
| Nested classes/interfaces inherited from interface org.apache.geronimo.gshell.command.Command |
org.apache.geronimo.gshell.command.Command.Result |
| 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 |
| 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 |
StartClientCommand
public StartClientCommand()
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.