Interface DBConnectionSource
-
- All Superinterfaces:
FlatFetchSettings
,MonitorSource
public interface DBConnectionSource extends FlatFetchSettings, MonitorSource
The interfaceDBConnectionSource
is 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 DBConnectionResults
getDBConnections()
Retrieves the user connection information.DBConnectionResults
getDBConnections(java.lang.String nodeName)
THIS METHOD IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT.DBConnectionManipulator
getManipulator()
Returns theDBConnectionManipulator
object 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 toIDSSXMLClusterNode
mNodeName, serverReportedNodeName is both OK- Returns:
- the user connection information.
- Throws:
WebObjectsAdminException
- thrown if there is any error occurred.
-
getManipulator
DBConnectionManipulator getManipulator()
Returns theDBConnectionManipulator
object to disconnect database connections.- Returns:
- the
DBConnectionManipulator
object
-
-