Package de.elo.ix.client
Class JobState
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.JobState
- All Implemented Interfaces:
Serializable
Objects of this class provide information on the state of any background processes.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
Error status information.protected long
Estimated maximum amount.protected long
Progress status information.protected CountResult
Result of the count process.protected boolean
Tell the Indexserver to cancel the job.protected long
When the information expires (milliseconds): (jobEnd + expires < current-date).protected String
End or termination of the job.protected String
Job identifier.protected String
Thread name.protected boolean
Set to true while the job is being executed.protected String
Start of job.protected String
Status information for GUIDs.protected int
Status information for integer IDs.protected ProcessInfo
The standard process-by-SORD job list.protected String
Job-defined message string.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
int
boolean
boolean
void
setCountErrors
(long countErrors) void
setCountEstimatedMax
(long countEstimatedMax) void
setCountProcessed
(long countProcessed) void
setCountResult
(CountResult countResult) void
setDoCancelJob
(boolean doCancelJob) void
setExpires
(long expires) void
void
setJobGuid
(String jobGuid) void
setJobName
(String jobName) void
setJobRunning
(boolean jobRunning) void
setJobStart
(String jobStart) void
setLastGuid
(String lastGuid) void
setLastID
(int lastID) void
setProcInfo
(ProcessInfo procInfo) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
countErrors
protected long countErrorsError status information. -
countEstimatedMax
protected long countEstimatedMaxEstimated maximum amount. -
countProcessed
protected long countProcessedProgress status information. -
expires
protected long expiresWhen the information expires (milliseconds): (jobEnd + expires < current-date). -
jobEnd
End or termination of the job. -
jobGuid
Job identifier. -
jobName
Thread name. -
jobRunning
protected boolean jobRunningSet to true while the job is being executed. -
jobStart
Start of job. -
lastGuid
Status information for GUIDs. -
lastID
protected int lastIDStatus information for integer IDs. -
procInfo
The standard process-by-SORD job list. -
countResult
Result of the count process.- Since:
- 7.00.000.000
-
strMsg
Job-defined message string. -
doCancelJob
protected boolean doCancelJobTell the Indexserver to cancel the job.- Since:
- 8.00.036.000
-
-
Constructor Details
-
JobState
public JobState() -
JobState
-
-
Method Details
-
getCountErrors
public long getCountErrors() -
setCountErrors
public void setCountErrors(long countErrors) -
getCountEstimatedMax
public long getCountEstimatedMax() -
setCountEstimatedMax
public void setCountEstimatedMax(long countEstimatedMax) -
getCountProcessed
public long getCountProcessed() -
setCountProcessed
public void setCountProcessed(long countProcessed) -
getExpires
public long getExpires() -
setExpires
public void setExpires(long expires) -
getJobEnd
-
setJobEnd
-
getJobGuid
-
setJobGuid
-
getJobName
-
setJobName
-
isJobRunning
public boolean isJobRunning() -
setJobRunning
public void setJobRunning(boolean jobRunning) -
getJobStart
-
setJobStart
-
getLastGuid
-
setLastGuid
-
getLastID
public int getLastID() -
setLastID
public void setLastID(int lastID) -
getProcInfo
-
setProcInfo
-
getCountResult
-
setCountResult
-
getStrMsg
-
setStrMsg
-
isDoCancelJob
public boolean isDoCancelJob() -
setDoCancelJob
public void setDoCancelJob(boolean doCancelJob) -
toString
-