11 #ifndef TX_EVENT_LOG_WEB_H
12 #define TX_EVENT_LOG_WEB_H
14 #include "TxEventLogFile.h"
26 virtual void writeDown(
const char *message);
27 virtual void writeDown(
const std::string& message);
46 virtual StUcmTasks *getTaskList (
int limit,
int offset);
52 virtual StUcmJobs *getJobList(
int limit,
int offset);
54 virtual int getJobId(
const char *reqName,
const char *taskBrokerId,
int jobBrokerId);
60 virtual StUcmEvents *getEventList(
int limit,
int offset);
63 virtual void setDbJobID (
int bJobID);
65 virtual int queryTableSize(
const char *tableName);
66 virtual int queryTableSize(
const char *tableName,
const char *where);
67 virtual int queryTableSize(
const char *tableName,
const StRecord *where);
virtual void writeDown(const char *message)