examples
Class SubSystem
java.lang.Object
examples.SubSystem
- public class SubSystem
- extends java.lang.Object
Login and start a subsystem. Needs to be expanded to actually handle
the communication with the subsystem. See place marked XXX in the code.
Usage:
java -cp examples.jar examples.SubSystem
server[:port] username password
subsystem
Method Summary |
static void |
main(java.lang.String[] argv)
Run the application |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubSystem
public SubSystem()
main
public static void main(java.lang.String[] argv)
- Run the application