edu.washington.biostr.sig.brainj3d
Class CheckAlive

java.lang.Object
  extended by 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

Field Summary
static String RMI_OBJECT_NAME
           
 
Constructor Summary
CheckAlive()
           
 
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
 

Field Detail

RMI_OBJECT_NAME

public static final String RMI_OBJECT_NAME
See Also:
Constant Field Values
Constructor Detail

CheckAlive

public CheckAlive()
Method Detail

main

public static void main(String[] args)


Copyright © 2006 University of Washington. All Rights Reserved.