Uses of Interface
dsnserver.Communication

Packages that use Communication
dsnserver   
testserver   
 

Uses of Communication in dsnserver
 

Classes in dsnserver that implement Communication
 class RXTXComm
          It is used for the communication with the BTnode over the serial port.
 

Fields in dsnserver declared as Communication
 Communication ThreadLogging.myComm
           
private  Communication ThreadLogging_old.myComm
           
(package private)  Communication XmlRpcDSNVerbosity.myComm
           
(package private)  Communication XmlRpcDSNCommand.myComm
           
(package private)  Communication XmlRpcTargetFlash.myComm
           
(package private)  Communication XmlRpcTargetCommand.myComm
           
(package private)  Communication XmlRpcTargetCommand_CmdID.myComm
           
(package private)  Communication XmlRpcLoadFile.myComm
           
(package private)  Communication XmlRpcSetDSNLocation.myComm
           
(package private)  Communication XmlRpcServer.myComm
           
private  Communication ThreadCommand.myComm
           
(package private)  Communication Parser.myComm
           
(package private)  Communication DSNtimetoTime.myComm
           
 

Constructors in dsnserver with parameters of type Communication
DSNtimetoTime(Communication comm)
           
Parser(Communication comm)
           
ThreadCommand(Communication myComm, int threadSleepingTime, java.lang.String threadCommand)
           
ThreadLogging_old(Communication myComm)
           
ThreadLogging(Communication myComm)
           
XmlRpcDSNCommand(Communication comm, org.apache.xmlrpc.WebServer server)
           
XmlRpcDSNVerbosity(Communication comm, org.apache.xmlrpc.WebServer server)
           
XmlRpcLoadFile(Communication comm, org.apache.xmlrpc.WebServer server)
           
XmlRpcServer(int port, Communication comm)
           
XmlRpcSetDSNLocation(Communication comm, org.apache.xmlrpc.WebServer server)
           
XmlRpcTargetCommand_CmdID(Communication comm)
           
XmlRpcTargetCommand(Communication comm, org.apache.xmlrpc.WebServer server)
           
XmlRpcTargetFlash(Communication comm, org.apache.xmlrpc.WebServer server)
           
 

Uses of Communication in testserver
 

Classes in testserver that implement Communication
 class TestComm
           
 

Fields in testserver declared as Communication
private  Communication DSNServer_TEST.myComm