edu.washington.biostr.sig.brainj3d
Class CheckAlive
java.lang.Object
edu.washington.biostr.sig.brainj3d.CheckAlive
public class CheckAlive
- extends Object
This is a simple script that takes a server address and checks to see if
the MindSeer server is alive and accepting connections.
Example:
java -jar MindSeer.jar edu.washington.biostr.sig.brainj3d.CheckAlive http://my.server.com
Exiting with status 0 means the server is alive and well.
- Version:
- 1
- Author:
- Eider Moore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMI_OBJECT_NAME
public static final String RMI_OBJECT_NAME
- See Also:
- Constant Field Values
CheckAlive
public CheckAlive()
main
public static void main(String[] args)
Copyright © 2006 University of Washington. All Rights Reserved.