public interface

DBConnection

com.microstrategy.web.objects.admin.monitors.DBConnection

Class Overview

The interface DBConnection represents a single DB connection object returned from the Intelligence Server.

Summary

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.

Public Methods

public abstract String getConnectionID ()

Returns the GUID of the DB connection instance.

Returns
  • the GUID of the DB connection instance.

public abstract String getConnectionName ()

Returns the name of the DB connection.

Returns
  • The DB connection name.

public abstract int getDBConnectionNumber ()

Returns the unique identifier for the DB connection.

Returns
  • the unique identifier for the DB connection.

public abstract String getInstanceName ()

Returns the database instance name.

Returns
  • the database instance name.

public abstract String getLoginName ()

Returns the DB login name.

Returns
  • the DB login name.

public abstract String getServerName ()

Returns the server name from which the DB connection information is obtained.

Returns
  • the server name

public abstract int getStatus ()

Returns the DB connection status, a value from EnumDSSXMLDBConnectionStatus

Returns
  • the DB connection status.

public abstract String getUserName ()

Returns the user name for the DB connection.

Returns
  • the user name for the DB connection