|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsnserver.CmdParserDSNProgInfo
public class CmdParserDSNProgInfo
It is for parsing the ProgInfo messages which are sent back due to a ProgInfo request. It is used to update the dsninfo table which shows all DSNnode which was seen since the DSNServer has started.
Field Summary | |
---|---|
private java.lang.String |
DSNID
|
Constructor Summary | |
---|---|
CmdParserDSNProgInfo()
|
Method Summary | |
---|---|
void |
parseLine(java.lang.String line)
It is responsible for the lines which start with ":DP". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String DSNID
Constructor Detail |
---|
public CmdParserDSNProgInfo()
Method Detail |
---|
public void parseLine(java.lang.String line)
parseLine
in interface CmdParser
String
- line
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |