public interface ExecutionEngine
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
getJobStatus(java.lang.String path)
Get JobStatus by path
|
java.util.Iterator<JobStatus> |
getMatchingJobStatus(Predicate<JobStatus> p)
Enumerate JobStatus that match supplied predicate
|
void |
queueForExecution(java.lang.Runnable job)
Add a job to the execution queue
|
void queueForExecution(java.lang.Runnable job)
JobStatus getJobStatus(java.lang.String path)
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"