org.wdssii.ltgingest
Class TelnetSocketListener

java.lang.Object
  extended by org.wdssii.ltgingest.TelnetSocketListener
All Implemented Interfaces:
Runnable

public class TelnetSocketListener
extends Object
implements Runnable

Author:
lakshman

Field Summary
private  List<String> lines
           
 
Constructor Summary
TelnetSocketListener()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lines

private List<String> lines
Constructor Detail

TelnetSocketListener

public TelnetSocketListener()
Method Detail

run

public void run()
Specified by:
run in interface Runnable