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 Summary
All 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.MonitorResults
elements, getCount, getCountSummary, getLevel, getServerBusyIndicator, getTotal 
 - 
 
 - 
 
- 
- 
Method Detail
- 
get
Job get(int i)
Returns theJobat the given position.- Parameters:
 i- 0-based index ofJobobjects.- Returns:
 - the 
Jobobject at the given position. 
 
- 
kill
void kill(Job[] jobs) throws MonitorManipulationException, WebObjectsAdminException
Kills an array of ofJob.- Parameters:
 jobs- an array ofJobobjects.- 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.
 
 - 
 
 -