com.microstrategy.web.objects.admin.monitors.DBConnectionResults |
The interface DBConnectionResults
represents the result
of a DB connection retrieval.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
disconnect(DBConnection[] dbConn)
Disconnects an array of of
DBConnection . | ||||||||||
abstract DBConnection |
get(int i)
Returns the
DBConnection at the given position. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Disconnects an array of of DBConnection
.
dbConn | an array of DBConnection objects. |
---|
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. |
Returns the DBConnection
at the given position.
i | 0-based index of DBConnection objects. |
---|
DBConnection
object at the given position.