public abstract class AbstractHistoryFileManager<S extends ServerContext> extends AbstractServerObject<S> implements ServerFiles
BATCH_TASK_HISTORY_FILENAME, BATCHTASK_CFG, CONFIG_DIR, DATASOURCE_CFG, GROUP_CFG, NETWORK_CFG, PARAM_CFG, REMOTE_TASK_HISTORY_FILENAME, SRVDATA_DIR, SRVHIST_DIR, SRVLOGS_DIR, SRVTASK_DIR, STARTUP_CFG, USER_CFG, WEBDATA_DIR| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHistoryFileManager(S serverCtx,
java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Performs a synchronized clear of the history file.
|
int |
getLineCount()
Performs a synchronized clear of the history file.
|
void |
init() |
void |
println(java.lang.String s)
Performs a synchronized print-out to the history file.
|
void |
write(CsvRecord record) |
getServerConfig, getServerContext, getServerParams, getServerStartup, getStatisticManager, toStringgetApplicationConfig, getApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannelconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toStringprotected AbstractHistoryFileManager(S serverCtx, java.lang.String fileName)
public void init()
throws java.lang.Exception
java.lang.Exceptionpublic void write(CsvRecord record)
public void println(java.lang.String s)
public void clear()
public int getLineCount()
Copyright © 2011 EsprIT-Systems. All Rights Reserved.