Interface JobResults
- 
- All Superinterfaces:
- MonitorResults
 
 public interface JobResults extends MonitorResults The interfaceJobResultsrepresents the result of a job retrieval.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Jobget(int i)Returns theJobat the given position.voidkill(Job[] jobs)Kills an array of ofJob.- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorResultselements, getCount, getCountSummary, getLevel, getServerBusyIndicator, getTotal
 
- 
 
- 
- 
- 
Method Detail- 
getJob get(int i) Returns theJobat the given position.- Parameters:
- i- 0-based index of- Jobobjects.
- Returns:
- the Jobobject at the given position.
 
 - 
killvoid kill(Job[] jobs) throws MonitorManipulationException, WebObjectsAdminException Kills an array of ofJob.- Parameters:
- jobs- an array of- Jobobjects.
- 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.
 
 
- 
 
-