public interface

JobResults

implements MonitorResults
com.microstrategy.web.objects.admin.monitors.JobResults

Class Overview

The interface JobResults represents the result of a job retrieval.

Summary

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
From interface com.microstrategy.web.objects.admin.monitors.MonitorResults

Public Methods

public abstract Job get (int i)

Returns the Job at the given position.

Parameters
i 0-based index of Job objects.
Returns
  • the Job object at the given position.

public abstract void kill (Job[] jobs)

Kills an array of of Job.

Parameters
jobs an array of Job objects.
Throws
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.