|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsnserver.CmdParserLogging_old
public class CmdParserLogging_old
It is for parsing the log messages which comes from all BTnodes and it will store it into the DB. When the DB table has no entry of a specific node we will request all logs of this node. After that we are looking for the last msgID an request all log messages which are newer than thea last msgID in the DB.
Field Summary | |
---|---|
(package private) java.lang.String |
DBID
|
(package private) java.lang.String |
DSNID
|
(package private) DSNtimetoTime |
dsnTime
|
(package private) boolean |
exists
|
(package private) java.lang.String |
LineT
|
(package private) java.lang.String |
LogText
|
(package private) java.lang.String |
MsgID
|
private java.util.Map |
occuredID
|
(package private) int |
SLClass
|
(package private) int |
SLLevel
|
(package private) java.lang.String |
SLTime
|
Constructor Summary | |
---|---|
CmdParserLogging_old(DSNtimetoTime dsnTime)
|
Method Summary | |
---|---|
void |
parseLine(java.lang.String line)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int SLClass
int SLLevel
java.lang.String DSNID
java.lang.String MsgID
java.lang.String SLTime
java.lang.String LogText
java.lang.String LineT
java.lang.String DBID
private java.util.Map occuredID
DSNtimetoTime dsnTime
boolean exists
Constructor Detail |
---|
public CmdParserLogging_old(DSNtimetoTime dsnTime)
Method Detail |
---|
public void parseLine(java.lang.String line)
parseLine
in interface CmdParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |