org.apache.geronimo.commands
Class DisconnectCommand
java.lang.Object
org.apache.geronimo.gshell.command.CommandSupport
org.apache.geronimo.commands.DisconnectCommand
- All Implemented Interfaces:
- org.apache.geronimo.gshell.command.Command
public class DisconnectCommand
- extends org.apache.geronimo.gshell.command.CommandSupport
Stops a running Geronimo server instance.
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.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 |
DisconnectCommand
public DisconnectCommand()
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()
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
invokeMethod
public Object invokeMethod(String name,
Object args)
getProperty
public Object getProperty(String name)
setProperty
public void setProperty(String name,
Object value)
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.