|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttestserver.TestComm
public class TestComm
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 |
---|
private java.lang.String[] test1
private int linenr
Constructor Detail |
---|
public TestComm()
Method Detail |
---|
public void open(java.lang.String Name)
open
in interface Communication
public void close()
close
in interface Communication
public java.lang.String readLine()
readLine
in interface Communication
public void writeLine(java.lang.String command)
writeLine
in interface Communication
public void lock()
lock
in interface Communication
public void unlock()
unlock
in interface Communication
public void deleteLog()
deleteLog
in interface Communication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |