|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class is a top level container for all server logs.
| Method Summary | |
void |
getContent(String logFileName,
int recentLineCount,
FlexStringBuffer fsbContent)
Gets a range of content from a log file. |
Vector |
getFileNames()
Returns a Vector of Log file names. |
| Method Detail |
public Vector getFileNames()
throws XDBException
Vector of Log file names.
XDBException - If log directory doesn't exist.
public void getContent(String logFileName,
int recentLineCount,
FlexStringBuffer fsbContent)
throws XDBException
recentLineCount - Maximum number of lines to be read.
if = -1, means to get all file.logFileName - Name of the log file to be read.fsbContent - Buffer to place the log data into.
XDBException - If log or log directory doesn't exist,
or a read error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||