arlut.csd.ganymede
Class stopServer

java.lang.Object
  |
  +--arlut.csd.ganymede.stopServer

public class stopServer
extends java.lang.Object

Command-line app to shut down a Ganymede server, with password info drawn from a properties file.


Field Summary
static boolean debug
           
static java.lang.String defaultrootpassProperty
           
static int registryPortProperty
           
static java.lang.String rootname
           
static java.lang.String serverHostProperty
           
 
Constructor Summary
stopServer()
           
 
Method Summary
static boolean loadProperties(java.lang.String filename)
          This method loads properties from the ganymede.properties file.
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug

public static final boolean debug

serverHostProperty

public static java.lang.String serverHostProperty

rootname

public static java.lang.String rootname

defaultrootpassProperty

public static java.lang.String defaultrootpassProperty

registryPortProperty

public static int registryPortProperty
Constructor Detail

stopServer

public stopServer()
Method Detail

main

public static void main(java.lang.String[] argv)

loadProperties

public static boolean loadProperties(java.lang.String filename)

This method loads properties from the ganymede.properties file.

This method is public so that loader code linked with the Ganymede server code can initialize the properties without going through Ganymede.main().