Package org.compiere.server
Class AcctProcessor
- java.lang.Object
-
- org.compiere.server.AdempiereServer
-
- org.compiere.server.AcctProcessor
-
- All Implemented Interfaces:
Runnable
public class AcctProcessor extends AdempiereServer
Accounting Processor- Version:
- $Id: AcctProcessor.java,v 1.3 2006/07/30 00:53:33 jjanke Exp $
- Author:
- Jorg Janke
-
-
Field Summary
Fields Modifier and Type Field Description protected MAcctSchema[]
m_ass
Accounting Schemataprotected MClient
m_client
Client onfoprotected MAcctProcessor
m_model
The Concrete Modelprotected StringBuffer
m_summary
Last Summary-
Fields inherited from class org.compiere.server.AdempiereServer
log, m_sleepMS, m_start, p_client, p_model, p_runCount, p_startWork, p_system
-
-
Constructor Summary
Constructors Constructor Description AcctProcessor(MAcctProcessor model)
Accounting Processor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doWork()
WorkString
getServerInfo()
Get Server Info-
Methods inherited from class org.compiere.server.AdempiereServer
doRun, doRunNow, getCtx, getDateLastRun, getDateNextRun, getDescription, getInitialNap, getLogs, getModel, getName, getSecondsAlive, getServerID, getSleepMS, getStartTime, getStatistics, isInterrupted, isOKtoRunOnIP, isSleeping, recalculateSleepMS, run, runNow, toString
-
-
-
-
Field Detail
-
m_model
protected MAcctProcessor m_model
The Concrete Model
-
m_summary
protected StringBuffer m_summary
Last Summary
-
m_client
protected MClient m_client
Client onfo
-
m_ass
protected MAcctSchema[] m_ass
Accounting Schemata
-
-
Constructor Detail
-
AcctProcessor
public AcctProcessor(MAcctProcessor model)
Accounting Processor- Parameters:
model
- model
-
-
Method Detail
-
doWork
protected void doWork()
Work- Specified by:
doWork
in classAdempiereServer
-
getServerInfo
public String getServerInfo()
Get Server Info- Specified by:
getServerInfo
in classAdempiereServer
- Returns:
- info
-
-