|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.loco.StopLoco
Java-based stoploco client. Acts more or less exactly as the old c-based client does. For usage information, see the main method below.
Constructor Summary | |
StopLoco()
|
Method Summary | |
static void |
main(java.lang.String[] args)
This attempts to stop a locomotive remotely. |
static void |
usage()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StopLoco()
Method Detail |
public static void main(java.lang.String[] args)
-h print usage -p port the locomotive is listening on. Defaults to 5421. -a host that the locomotive is operating on. This can be either an ip address in quad-octet notation, or a host name. Defaults to localhost.
public static void usage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |