| Package | Description |
|---|---|
| com.ibm.optim.oaas.client.job |
This package contains the classes to create and handle jobs.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends JobLogItem> |
JobClient.getJobLogItems(String jobid)
Returns the list of the log items of a given job.
|
List<? extends JobLogItem> |
JobClient.getJobLogItems(String jobid,
long start)
Returns the list of the log items of a given job starting at a given index
(included).
|
List<? extends JobLogItem> |
JobClient.getJobLogItems(String jobid,
long start,
boolean continuous)
Returns the list of log items of a given job starting at a given index
(included).
|
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.