Class ReplicationProcessor

java.lang.Object
org.compiere.server.AdempiereServer
org.compiere.server.ReplicationProcessor
All Implemented Interfaces:
Runnable

public class ReplicationProcessor extends AdempiereServer
Author:
Trifon N. Trifonov
  • Field Details

    • m_summary

      protected StringBuffer m_summary
      Last Summary
    • m_client

      protected MClient m_client
      Client info
    • mImportProcessor

      protected MIMPProcessor mImportProcessor
    • isProcessRunning

      protected boolean isProcessRunning
      flag showing if process is working!
  • Constructor Details

  • Method Details

    • doWork

      protected void doWork()
      Description copied from class: AdempiereServer
      Do the actual Work
      Specified by:
      doWork in class AdempiereServer
    • getAD_User_ID

      protected int getAD_User_ID()
    • getServerInfo

      public String getServerInfo()
      Description copied from class: AdempiereServer
      Get Server Info
      Specified by:
      getServerInfo in class AdempiereServer
      Returns:
      info
    • isProcessRunning

      public boolean isProcessRunning()
      Returns:
      the isProcessRunning
    • setProcessRunning

      public void setProcessRunning(boolean isProcessRunning)
      Parameters:
      isProcessRunning - the isProcessRunning to set
    • getMImportProcessor

      public MIMPProcessor getMImportProcessor()
      Returns:
      the mImportProcessor
    • setMImportProcessor

      public void setMImportProcessor(MIMPProcessor importProcessor)
      Parameters:
      importProcessor - the mImportProcessor to set