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.
|
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 |
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
stopServer
public stopServer()
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().