public interface Job extends Runnable, AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Job.Status |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the job.
|
JobBatchId |
getBatchId() |
Client |
getClient() |
JobId |
getId() |
URI |
getLogFile() |
JobMonitor |
getMonitor() |
String |
getNiceName() |
JobResultSet |
getResults() |
Script |
getScript() |
Job.Status |
getStatus() |
JobId getId()
String getNiceName()
Script getScript()
Job.Status getStatus()
JobMonitor getMonitor()
URI getLogFile()
JobResultSet getResults()
JobBatchId getBatchId()
Client getClient()
void close()
JobManager.close in interface AutoCloseable
Copyright © 2010–2026 The DAISY Consortium. All rights reserved.