com.microstrategy.web.objects.admin.monitors.DBConnection |
The interface DBConnection
represents a single DB connection object
returned from the Intelligence Server.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getConnectionID()
Returns the GUID of the DB connection instance.
| ||||||||||
abstract String |
getConnectionName()
Returns the name of the DB connection.
| ||||||||||
abstract int |
getDBConnectionNumber()
Returns the unique identifier for the DB connection.
| ||||||||||
abstract String |
getInstanceName()
Returns the database instance name.
| ||||||||||
abstract String |
getLoginName()
Returns the DB login name.
| ||||||||||
abstract String |
getServerName()
Returns the server name from which the DB connection information
is obtained.
| ||||||||||
abstract int |
getStatus()
Returns the DB connection status, a value from
EnumDSSXMLDBConnectionStatus | ||||||||||
abstract String |
getUserName()
Returns the user name for the DB connection.
|
Returns the GUID of the DB connection instance.
Returns the name of the DB connection.
Returns the unique identifier for the DB connection.
Returns the database instance name.
Returns the DB login name.
Returns the server name from which the DB connection information is obtained.
Returns the DB connection status, a value from
EnumDSSXMLDBConnectionStatus
Returns the user name for the DB connection.