Interface DBConnectionResults
- 
- All Superinterfaces:
- MonitorResults
 
 public interface DBConnectionResults extends MonitorResults The interfaceDBConnectionResultsrepresents the result of a DB connection retrieval.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisconnect(DBConnection[] dbConn)Disconnects an array of ofDBConnection.DBConnectionget(int i)Returns theDBConnectionat the given position.- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorResultselements, getCount, getCountSummary, getLevel, getServerBusyIndicator, getTotal
 
- 
 
- 
- 
- 
Method Detail- 
getDBConnection get(int i) Returns theDBConnectionat the given position.- Parameters:
- i- 0-based index of- DBConnectionobjects.
- Returns:
- the DBConnectionobject at the given position.
 
 - 
disconnectvoid disconnect(DBConnection[] dbConn) throws MonitorManipulationException, WebObjectsAdminException Disconnects an array of ofDBConnection.- Parameters:
- dbConn- an array of- DBConnectionobjects.
- Throws:
- MonitorManipulationException- thrown if there are failures to disconnect DB connections.
- WebObjectsAdminException- throwns if there is any fatal error preventing this operation, such as network error, server crash, etc.
 
 
- 
 
-