Interface MonitorResults
- 
- All Known Subinterfaces:
- CacheResults,- CacheResultsOnServerLevel,- DBConnectionResults,- JobResults,- UserConnectionResults
 
 public interface MonitorResultsThe interfaceMonitorResultsrepresents the results of a monitor retrieval.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Enumerationelements()Returns an enumeration over all the individual items in the collection.intgetCount()Returns the total count of items returned in the browsing request.CountSummarygetCountSummary()Returns the summary count information.intgetLevel()Returns the level of data asked for in the request to get results.booleangetServerBusyIndicator()Return the Server busy indicatorintgetTotal()Returns the total count of monitor objects that is returned.
 
- 
- 
- 
Method Detail- 
getCountint getCount() Returns the total count of items returned in the browsing request.- Returns:
- the total count of items returned in the browsing request.
 
 - 
getTotalint getTotal() Returns the total count of monitor objects that is returned. Please note that this is different from thegetCount()method. This method is useful in determining whether there are more monitor objects that could be obtained by an incremental fetch.
 - 
getServerBusyIndicatorboolean getServerBusyIndicator() Return the Server busy indicator- Returns:
- the Server busy indicator
 
 - 
getCountSummaryCountSummary getCountSummary() Returns the summary count information.- Returns:
- the summary count information.
 
 - 
elementsjava.util.Enumeration elements() Returns an enumeration over all the individual items in the collection.- Returns:
- an enumeration.
 
 - 
getLevelint getLevel() Returns the level of data asked for in the request to get results. It comes fromEnumDSSXMLLevelFlags.- Returns:
- the level of data asked for.
 
 
- 
 
-