testserver
Class TestComm

java.lang.Object
  extended by testserver.TestComm
All Implemented Interfaces:
Communication

public class TestComm
extends java.lang.Object
implements Communication


Field Summary
private  int linenr
           
private  java.lang.String[] test1
           
 
Constructor Summary
TestComm()
           
 
Method Summary
 void close()
           
 void deleteLog()
           
 void lock()
           
 void open(java.lang.String Name)
           
 java.lang.String readLine()
           
 void unlock()
           
 void writeLine(java.lang.String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

test1

private java.lang.String[] test1

linenr

private int linenr
Constructor Detail

TestComm

public TestComm()
Method Detail

open

public void open(java.lang.String Name)
Specified by:
open in interface Communication

close

public void close()
Specified by:
close in interface Communication

readLine

public java.lang.String readLine()
Specified by:
readLine in interface Communication

writeLine

public void writeLine(java.lang.String command)
Specified by:
writeLine in interface Communication

lock

public void lock()
Specified by:
lock in interface Communication

unlock

public void unlock()
Specified by:
unlock in interface Communication

deleteLog

public void deleteLog()
Specified by:
deleteLog in interface Communication