Interface DBConnectionSource
- 
- All Superinterfaces:
- FlatFetchSettings,- MonitorSource
 
 public interface DBConnectionSource extends FlatFetchSettings, MonitorSource The interfaceDBConnectionSourceis the entry point to retrieve and disconnect database connections.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DBConnectionResultsgetDBConnections()Retrieves the user connection information.DBConnectionResultsgetDBConnections(java.lang.String nodeName)THIS METHOD IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT.DBConnectionManipulatorgetManipulator()Returns theDBConnectionManipulatorobject to disconnect database connections.- 
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- 
getDBConnectionsDBConnectionResults getDBConnections() throws WebObjectsAdminException Retrieves the user connection information.- Returns:
- the user connection information.
- Throws:
- WebObjectsAdminException- thrown if there is any error occurred.
 
 - 
getDBConnectionsDBConnectionResults getDBConnections(java.lang.String nodeName) throws WebObjectsAdminException THIS METHOD IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE METHOD IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT. Retrieves certain server's user connection information.- Parameters:
- nodeName- the server node you want to connect refer to- IDSSXMLClusterNodemNodeName, serverReportedNodeName is both OK
- Returns:
- the user connection information.
- Throws:
- WebObjectsAdminException- thrown if there is any error occurred.
 
 - 
getManipulatorDBConnectionManipulator getManipulator() Returns theDBConnectionManipulatorobject to disconnect database connections.- Returns:
- the DBConnectionManipulatorobject
 
 
- 
 
-