alpha
Class ControlUtil

java.lang.Object
  extended by alpha.ControlUtil

public class ControlUtil
extends java.lang.Object

ControlUtil is a command line program used to issue commands to the an AlphaMaster server.

The command-line syntax is as follows:
ControlUtil [-d host[:port]] [-f mapfile] [-a action] [-c classname] [-n compname] [-i id] [key=value ...]
with the parameters reperesting the following:

The default action is "list", and the default host is "localhost".

Author:
Dino Klein
See Also:
AlphaMaster

Constructor Summary
ControlUtil()
           
 
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
 

Constructor Detail

ControlUtil

public ControlUtil()
Method Detail

main

public static void main(java.lang.String[] args)