Interface JobSource
- 
- All Superinterfaces:
- FlatFetchSettings,- MonitorSource
 
 public interface JobSource extends FlatFetchSettings, MonitorSource The interfaceJobSourceis the entry point to retrieve and kill jobs.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description JobResultsgetJobs()Retrieves the job currently running on the Intelligence Server.JobResultsgetJobs(java.lang.String nodeName)Retrieves the job currently running on the Intelligence Server.JobManipulatorgetManipulator()Returns theJobManipulatorobject to kill jobs.booleangetServerBusyIndicator()Return the Server busy indicator- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.FlatFetchSettingsgetMaxCount, getStartIndex, setMaxCount, setStartIndex
 - 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorSourcegetCountSettings, getFilter, getLevel, getSortCriteria, getType, reset, setLevel
 
- 
 
- 
- 
- 
Method Detail- 
getJobsJobResults getJobs() throws WebObjectsAdminException Retrieves the job currently running on the Intelligence Server.- Returns:
- the job information.
- Throws:
- WebObjectsAdminException- thrown if there is any error occurred.
 
 - 
getJobsJobResults getJobs(java.lang.String nodeName) throws WebObjectsAdminException Retrieves the job currently running on the Intelligence Server.- Parameters:
- nodeName- the server node you want to connect refer to- IDSSXMLClusterNodemNodeName, serverReportedNodeName is both OK
- Returns:
- the job information.
- Throws:
- WebObjectsAdminException- thrown if there is any error occurred.
 
 - 
getServerBusyIndicatorboolean getServerBusyIndicator() throws WebObjectsAdminExceptionReturn the Server busy indicator- Throws:
- WebObjectsAdminException
 
 - 
getManipulatorJobManipulator getManipulator() Returns theJobManipulatorobject to kill jobs.- Returns:
- the JobManipulatorobject
 
 
- 
 
-