org.apache.geronimo.deployment.cli
Class StopServer

java.lang.Object
  extended by org.apache.geronimo.deployment.cli.StopServer

public class StopServer
extends Object


Field Summary
static String DEFAULT_PORT
           
static String RMI_NAMING_CONFG_ID
           
 
Constructor Summary
StopServer()
           
 
Method Summary
 void execute(String[] args)
           
 org.apache.geronimo.kernel.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
Constructor Detail

StopServer

public StopServer()
Method Detail

main

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

execute

public void execute(String[] args)
             throws IOException
Throws:
IOException

getRunningKernel

public org.apache.geronimo.kernel.Kernel getRunningKernel()
                                                   throws IOException
Throws:
IOException

printUsage

public void printUsage()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.