Package de.elo.ix.client
Class BackupStatus
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.BackupStatus
- All Implemented Interfaces:
Serializable
This class represents the status of the ELOdm backup task
- Since:
- 8.00.032.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
an error message, if an error occured, else an empty Stringprotected boolean
if the ELOdm backup task is running (the purge task can only run in combination with the backup task)protected int
number of copied documents since start of the backup taskprotected int
waiting time in seconds until the next proccessing (when the backup profiles are traversed)Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionBackupStatus
(boolean isRunning, int numberOfDocsCopied, int secondsUntilNextCheck, String errorMessage) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
void
setErrorMessage
(String errorMessage) void
setIsRunning
(boolean isRunning) void
setNumberOfDocsCopied
(int numberOfDocsCopied) void
setRunning
(boolean isRunning) void
setSecondsUntilNextCheck
(int secondsUntilNextCheck) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
isRunning
protected boolean isRunningif the ELOdm backup task is running (the purge task can only run in combination with the backup task) -
numberOfDocsCopied
protected int numberOfDocsCopiednumber of copied documents since start of the backup task -
secondsUntilNextCheck
protected int secondsUntilNextCheckwaiting time in seconds until the next proccessing (when the backup profiles are traversed) -
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
-
setErrorMessage
-
toString
-