|
Class Summary |
| CheckAlive |
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. |
| ClientMain |
This starts up the client mode and can be called at the command line or by
Web Start. |
| Debug |
This provides a simple mechanism for printing debug information and
turning it on/off. |
| ServerMain |
When you run the server, the java parameter must
be set to the root directory of the code. |
| SingleInstance |
Web Start supports sharing instances of the same program (launching new files
in running versions). |
| StandaloneMain |
This starts up the standalone mode. |