public abstract class AbstractBatchJobSummary extends Object implements BatchJobSummary
| Modifier and Type | Field and Description |
|---|---|
protected int |
failedJobs |
protected int |
totalJobs |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBatchJobSummary() |
protected |
AbstractBatchJobSummary(int totalJobs,
int failedJobs) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSuccessfulJobCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFailedJobCount, getTotalJobCountprotected AbstractBatchJobSummary()
protected AbstractBatchJobSummary(int totalJobs,
int failedJobs)
public int getSuccessfulJobCount()
getSuccessfulJobCount in interface BatchJobSummaryCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.