Uses of Interface
dsnserver.CmdParser

Packages that use CmdParser
dsnserver   
 

Uses of CmdParser in dsnserver
 

Classes in dsnserver that implement CmdParser
 class CmdParserConinfo
           
 class CmdParserDSNID
          It is for parsing the ID messages which are sent back due to a ping request.
 class CmdParserDSNLocation
          It is for parsing the Location messages which are sent back due to a Location request.
 class CmdParserDSNProgInfo
          It is for parsing the ProgInfo messages which are sent back due to a ProgInfo request.
 class CmdParserDSNVersion
          It is for parsing the Version messages which are sent back due to a Version request.
 class CmdParserGetAddr
          It is to declare the address of the DSNnode which is connected to the server.
 class CmdParserLoadFile
          It is for parsing the messages which comes back cause of the messages which are sent during the LoadHex procedure.
 class CmdParserLogging
          It is for parsing the log messages which comes from all BTnodes and it will store it into the DB.
 class CmdParserLogging_old
          It is for parsing the log messages which comes from all BTnodes and it will store it into the DB.
 class CmdParserRPCS
           
 class CmdParserTargetCommand
          It is for parsing the cmd replies which comes from all BTnodes and it will store it into the DB.
 class CmdParserTargetFlash
           
 class DSNtimetoTime
          This class is for parsing the strings i ncluding the time and for the calculation from DSNtime to Real time.
 

Fields in dsnserver declared as CmdParser
private static CmdParser Parser.parserState
           
(package private)  CmdParser Parser.pConinfo
           
(package private)  CmdParser Parser.pDSNID
           
(package private)  CmdParser Parser.pDSNLocation
           
(package private)  CmdParser Parser.pDSNProgInfo
           
(package private)  CmdParser Parser.pDSNVersion
           
(package private)  CmdParser Parser.pGetAddr
           
(package private)  CmdParser Parser.pLoadFile
           
(package private)  CmdParser Parser.pLogging
           
(package private)  CmdParser Parser.pRPCS
           
(package private)  CmdParser Parser.pTargetCommand
           
(package private)  CmdParser Parser.pTargetFlash
           
(package private)  CmdParser Parser.pTime
           
 

Methods in dsnserver that return CmdParser
static CmdParser Parser.getParserState()
          To get the variable parserState.
 

Methods in dsnserver with parameters of type CmdParser
private  void Parser.addCmdParser(java.lang.String key, CmdParser value)
          Key is the String we are looking for at the beginning of the line and Value is the name of the Method which has to be used if the key is found at the beginning of the line.
static void Parser.setParserState(CmdParser state)
          To set the variable parserState.