Class BackupStatus

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.BackupStatus
All Implemented Interfaces:
Serializable

public class BackupStatus extends ValueClass implements Serializable
This class represents the status of the ELOdm backup task
Since:
8.00.032.001
See Also:
  • Field Details

    • isRunning

      protected boolean isRunning
      if the ELOdm backup task is running (the purge task can only run in combination with the backup task)
    • numberOfDocsCopied

      protected int numberOfDocsCopied
      number of copied documents since start of the backup task
    • secondsUntilNextCheck

      protected int secondsUntilNextCheck
      waiting time in seconds until the next proccessing (when the backup profiles are traversed)
    • errorMessage

      protected String errorMessage
      an error message, if an error occured, else an empty String
  • Constructor Details

    • BackupStatus

      public BackupStatus()
    • BackupStatus

      public BackupStatus(boolean isRunning, int numberOfDocsCopied, int secondsUntilNextCheck, String errorMessage)
  • Method Details

    • isRunning

      public boolean isRunning()
    • setRunning

      public void setRunning(boolean isRunning)
    • setIsRunning

      public void setIsRunning(boolean isRunning)
    • getNumberOfDocsCopied

      public int getNumberOfDocsCopied()
    • setNumberOfDocsCopied

      public void setNumberOfDocsCopied(int numberOfDocsCopied)
    • getSecondsUntilNextCheck

      public int getSecondsUntilNextCheck()
    • setSecondsUntilNextCheck

      public void setSecondsUntilNextCheck(int secondsUntilNextCheck)
    • getErrorMessage

      public String getErrorMessage()
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • toString

      public String toString()
      Overrides:
      toString in class Object