public interface Jobs
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
deleteHistory(long jobId,
long historyId) |
net.sf.json.JSONObject |
executeJob(long jobId) |
net.sf.json.JSONObject |
getHistory(long jobId,
long historyId) |
net.sf.json.JSONObject |
getJob(long jobId) |
net.sf.json.JSONObject |
getJobs() |
boolean |
monitorExecution(net.sf.json.JSONObject history,
EventMonitor monitor) |
net.sf.json.JSONObject getJobs()
throws IOException
IOExceptionnet.sf.json.JSONObject getJob(long jobId)
throws IOException
IOExceptionnet.sf.json.JSONObject executeJob(long jobId)
throws IOException
IOExceptionboolean monitorExecution(net.sf.json.JSONObject history,
EventMonitor monitor)
throws IOException
IOExceptionnet.sf.json.JSONObject getHistory(long jobId,
long historyId)
throws IOException
IOExceptionnet.sf.json.JSONObject deleteHistory(long jobId,
long historyId)
throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.