org.apache.geronimo.deployment.cli
Class StopServer

java.lang.Object
  extended byorg.apache.geronimo.deployment.cli.StopServer

public class StopServer
extends Object

Version:
$Rev: 395155 $ $Date: 2006-04-19 08:44:24 +0200 (Wed, 19 Apr 2006) $

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)

execute

public void execute(String[] args)

getRunningKernel

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

printUsage

public void printUsage()


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