examples
Class SubSystem

java.lang.Object
  extended byexamples.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


Constructor Summary
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
 

Constructor Detail

SubSystem

public SubSystem()
Method Detail

main

public static void main(java.lang.String[] argv)
Run the application