dsnserver
Interface Communication

All Known Implementing Classes:
RXTXComm, TestComm

public interface Communication

An interface which is used by the classes which are responsible for the communication between DSNServer and DSNnode .

Author:
kaltt

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)
           
 

Method Detail

open

void open(java.lang.String Name)

close

void close()

readLine

java.lang.String readLine()

writeLine

void writeLine(java.lang.String command)

deleteLog

void deleteLog()

lock

void lock()

unlock

void unlock()