Class ControlBackupInfoC

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

public class ControlBackupInfoC extends ValueClass implements Serializable
Constants for class ControlBackupInfo (mode for the ELOdm backup and purge tasks)
Since:
8.00.032.001
See Also:
  • Field Details

    • MODE_STATUS

      public static final int MODE_STATUS
      Query the status of the backup and purge tasks
      See Also:
    • MODE_START_BACKUP

      public static final int MODE_START_BACKUP
      Start the backup task (if it is already running, nothing happens). If the purge task is already running, it is stopped.
      See Also:
    • MODE_START_BACKUP_PURGE

      public static final int MODE_START_BACKUP_PURGE
      Start the backup and the purge task. If the backup task is already running, only the purge task is started.
      See Also:
    • MODE_STOP

      public static final int MODE_STOP
      Stop the backup and purge tasks
      See Also:
  • Constructor Details

    • ControlBackupInfoC

      public ControlBackupInfoC()
  • Method Details

    • getMODE_START_BACKUP

      public static int getMODE_START_BACKUP()
    • setMODE_START_BACKUP

      public void setMODE_START_BACKUP(int v)
    • getMODE_START_BACKUP_PURGE

      public static int getMODE_START_BACKUP_PURGE()
    • setMODE_START_BACKUP_PURGE

      public static void setMODE_START_BACKUP_PURGE(int v)
    • getMODE_STOP

      public static int getMODE_STOP()
    • setMODE_STOP

      public static void setMODE_STOP(int v)
    • getMODE_STATUS

      public static int getMODE_STATUS()
    • setMODE_STATUS

      public static void setMODE_STATUS(int v)