kaos.vlik
Class TorqueRunner

java.lang.Object
  extended by kaos.vlik.Runner
      extended by kaos.vlik.PrintRunner
          extended by kaos.vlik.TorqueRunner
All Implemented Interfaces:
java.lang.Runnable

public class TorqueRunner
extends PrintRunner

A simple runner that simply


Field Summary
static int PORT
           
 
Constructor Summary
TorqueRunner(java.io.PrintWriter out)
           
 
Method Summary
 java.lang.String getConnectionMethod()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class kaos.vlik.PrintRunner
run
 
Methods inherited from class kaos.vlik.Runner
printConnectionMethodIfRequested, slumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static int PORT
Constructor Detail

TorqueRunner

public TorqueRunner(java.io.PrintWriter out)
Method Detail

getConnectionMethod

public java.lang.String getConnectionMethod()
Overrides:
getConnectionMethod in class PrintRunner
Returns:
A string explaining what clients need to do to connect to this runner.

main

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