org.apache.geronimo.deployment.cli
Class StopServer

java.lang.Object
  extended by org.apache.geronimo.deployment.cli.StopServer
All Implemented Interfaces:
Main

public class StopServer
extends Object
implements Main


Field Summary
static String DEFAULT_PORT
           
static GBeanInfo GBEAN_INFO
           
static String RMI_NAMING_CONFG_ID
           
 
Constructor Summary
StopServer()
           
 
Method Summary
 int execute(Object opaque)
           
static GBeanInfo getGBeanInfo()
           
 Kernel getRunningKernel()
           
static void main(String[] args)
           
 void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RMI_NAMING_CONFG_ID

public static final String RMI_NAMING_CONFG_ID
See Also:
Constant Field Values

DEFAULT_PORT

public static final String DEFAULT_PORT
See Also:
Constant Field Values

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

StopServer

public StopServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

execute

public int execute(Object opaque)
Specified by:
execute in interface Main

getRunningKernel

public Kernel getRunningKernel()
                        throws IOException
Throws:
IOException

printUsage

public void printUsage()

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.