org.globus.tools
Class GassServerShutdown

java.lang.Object
  extended by org.globus.tools.GassServerShutdown

public class GassServerShutdown
extends Object

Shuts down a Gass server.

 Syntax: java GassServerShutdown [-usage] [-version] 
        java GassServerShutdown -help
 Allows the user to shut down a (remotely) running GASS server, started
 with client-shutdown permissions (option -c).
 Options:
 -help, -usage        Displays usage
 -version             Displays version


Constructor Summary
GassServerShutdown()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GassServerShutdown

public GassServerShutdown()
Method Detail

main

public static void main(String[] args)