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