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 Summary
All 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.FlatFetchSettings
getMaxCount, getStartIndex, setMaxCount, setStartIndex 
- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorSource
getCountSettings, getFilter, getLevel, getSortCriteria, getType, reset, setLevel 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDBConnections
DBConnectionResults getDBConnections() throws WebObjectsAdminException
Retrieves the user connection information.- Returns:
 - the user connection information.
 - Throws:
 WebObjectsAdminException- thrown if there is any error occurred.
 
- 
getDBConnections
DBConnectionResults 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 toIDSSXMLClusterNodemNodeName, serverReportedNodeName is both OK- Returns:
 - the user connection information.
 - Throws:
 WebObjectsAdminException- thrown if there is any error occurred.
 
- 
getManipulator
DBConnectionManipulator getManipulator()
Returns theDBConnectionManipulatorobject to disconnect database connections.- Returns:
 - the 
DBConnectionManipulatorobject 
 
 - 
 
 -