Package org.compiere.server
Class ReplicationProcessor
java.lang.Object
org.compiere.server.AdempiereServer
org.compiere.server.ReplicationProcessor
- All Implemented Interfaces:
Runnable
- Author:
- Trifon N. Trifonov
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
flag showing if process is working!protected MClient
Client infoprotected StringBuffer
Last Summaryprotected MIMPProcessor
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doWork()
Do the actual Workprotected int
Get Server Infoboolean
void
setMImportProcessor
(MIMPProcessor importProcessor) void
setProcessRunning
(boolean isProcessRunning) 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 Details
-
m_summary
Last Summary -
m_client
Client info -
mImportProcessor
-
isProcessRunning
protected boolean isProcessRunningflag showing if process is working!
-
-
Constructor Details
-
ReplicationProcessor
-
ReplicationProcessor
-
-
Method Details
-
doWork
protected void doWork()Description copied from class:AdempiereServer
Do the actual Work- Specified by:
doWork
in classAdempiereServer
-
getAD_User_ID
protected int getAD_User_ID() -
getServerInfo
Description copied from class:AdempiereServer
Get Server Info- Specified by:
getServerInfo
in classAdempiereServer
- Returns:
- info
-
isProcessRunning
public boolean isProcessRunning()- Returns:
- the isProcessRunning
-
setProcessRunning
public void setProcessRunning(boolean isProcessRunning) - Parameters:
isProcessRunning
- the isProcessRunning to set
-
getMImportProcessor
- Returns:
- the mImportProcessor
-
setMImportProcessor
- Parameters:
importProcessor
- the mImportProcessor to set
-