com.microstrategy.web.objects.admin.monitors.JobResults |
The interface JobResults
represents the result
of a job retrieval.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Job |
get(int i)
Returns the
Job at the given position. | ||||||||||
abstract void |
kill(Job[] jobs)
Kills an array of of
Job . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the Job
at the given position.
i | 0-based index of Job objects. |
---|
Job
object at the given position.
Kills an array of of Job
.
jobs | an array of Job objects. |
---|
MonitorManipulationException | thrown if there are failures to kill jobs. |
---|---|
WebObjectsAdminException | throwns if there is any fatal error preventing this operation, such as network error, server crash, etc. |