| Interface | Description |
|---|---|
| ScheduledJob | |
| ScheduledJobManager | |
| StructureJob |
StructureJob is a single one-time or repetitive background task,
run by the StructureJobManager. |
| StructureJobManager |
StructureJobManager allows running and scheduling background jobs. |
| Class | Description |
|---|---|
| AbstractStructureJob |
This is the basic implementation of a structure job, that should be extended by the actual job code.
|
| SystemStructureJob |
| Enum | Description |
|---|---|
| StructureJob.State |
Simple enumeration of the possible job states
|
| Exception | Description |
|---|---|
| StructureJobException |
This exception is thrown by the
StructureJobManager when there's a problem
with scheduling a job. |
Copyright © 2022 ALM Works. All Rights Reserved.