|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
|
PROTOTYPE Not reviewed yet: use at your own risk! |
java.lang.Object | +--satin.remotelauncher.Server
public class Server
extends java.lang.Object
This is a program that provides remote access to various operations
through the RemoteLauncher
class.
These operations include launching programs, manipulating files, and
accessing parameters.
This class has a main method and thus is executable
as an independent Java program. It is not intended for use inside another
Java program.
You can launch the server program by executing the command
"java satin.remotelauncher.Server".
-appendLogFile
-logfile.
-clients machineName
-clientFiles fileName...
-debug
-log
-logFile fileName
-appendlog option
is given.
-help
-h, -?, /h, /?
-params fileName
testbed specification;
its name does not matter.
Some of these parameters control the behaviour of the server
itself (see below).
See satin.testing.parameters
for more information.
-port portNumber
"REMOTE_LAUNCHER", which may optionally
contain any of the following parameters:
Vector CLIENTS client_list
int PORT port_number
-port command-line option is specified,
it overrides this value.
String LOG_FILE file_name
-logfile command-line option is specified,
it overrides this value.
boolean APPEND_LOG append?
true means append, false means replace.
If not specified, it defaults to false (replace).
application REMOTE_LAUNCHER
{
int PORT 12344;
Vector CLIENTS { String "estauffpc", String "estauffpc2" };
String LOG_FILE "c:/temp/RemoteLauncher.log";
}
See satin.testing.parameters
for more information.
| Method Summary | |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void main(java.lang.String[] args)
throws java.lang.Exception
| Revision History |
6/19/01 Ed Stauff - made changes per API review.
4/17/01 Ed Stauff - file created.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
Server.java (PRIVATE SOURCES)