public interface

JobSource

implements FlatFetchSettings MonitorSource
com.microstrategy.web.objects.admin.monitors.JobSource

Class Overview

The interface JobSource is the entry point to retrieve and kill jobs.

Summary

Public Methods
abstract JobResults getJobs()
Retrieves the job currently running on the Intelligence Server.
abstract JobManipulator getManipulator()
Returns the JobManipulator object to kill jobs.
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.admin.monitors.FlatFetchSettings
From interface com.microstrategy.web.objects.admin.monitors.MonitorSource

Public Methods

public abstract JobResults getJobs ()

Retrieves the job currently running on the Intelligence Server.

Returns
  • the job information.
Throws
WebObjectsAdminException thrown if there is any error occurred.

public abstract JobManipulator getManipulator ()

Returns the JobManipulator object to kill jobs.

Returns
  • the JobManipulator object