IConnectorFramework Members

Updated: April 16, 2012

Defines the methods to register and initialize a connector and to monitor its communication channel and state after it has begun sending data.

The following tables list the members exposed by the IConnectorFramework type.

  Name Description
public method AcknowledgeMonitoringAlerts The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy. Acknowledges alerts up until the given bookmark.
public method AcknowledgeMonitoringAlertsForSpecificTiers The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy for the specific Management Groups. It acknowledges alerts up until the given bookmark. The failures that occurred for the configured tiers are returned.
public method AcknowledgeMonitoringAlertsForTiers The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy for all tiered Management Groups. It acknowledges alerts up until the given bookmark. The failures that occurred for the configured tiers are returned.
public method Cleanup Deletes the specified monitoring connector.
public method GetConnectorBookmark Gets the bookmark for the specified monitoring connector.
public method GetConnectorState Gets the state of the specified monitoring connector.
public method GetGlobalConfiguration Gets the global configuration settings for the Management Group.
public method GetMonitoringAlertHistoryByAlertIds Gets the alert history for the specified monitoring connector and the specified alerts.
public method GetMonitoringAlerts Gets alerts marked for the monitoring connector.
public method GetMonitoringAlertsByIds Gets the specified alerts that are marked for the monitoring connector.
public method GetMonitoringAlertsForTiers Gets alerts marked for the monitoring connector from the current Management Group as well as from any additional tiers that are configured for this connector. The failures that occurred for the configured tiers are returned along with the alerts.
public method GetMonitoringAlertsWithBatchSize Gets alerts marked for the monitoring connector. The returned array is limited to the batchSize parameter.
public method GetMonitoringAlertsWithBatchSizeForTiers Gets alerts marked for the monitoring connector for all configured management tiers. The returned array is limited to the batchSize parameter. The failures that occurred for the configured tiers are returned.
public method GetMonitoringAlertsWithBookmark Gets alerts marked for the monitoring connector. You also specify a timestamp bookmark, and all alerts with a timestamp after the bookmark will be returned.
public method GetMonitoringAlertsWithBookmarkForTiers Gets alerts marked for the monitoring connector for each tiered Management Group. You also specify a timestamp bookmark, and all alerts with a timestamp after the bookmark will be returned. The failures that occurred for the configured tiers are returned.
public method GetMonitoringAlertsWithBookmarkWithBatchSize Gets alerts marked for the monitoring connector. The returned array is limited to the batchSize parameter.
public method GetMonitoringAlertsWithBookmarkWithBatchSizeForTiers Gets alerts marked for the monitoring connector for all configured management tiers. The returned array is limited to the batchSize parameter. The failures that occurred for the configured tiers are returned.
public method Initialize Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlerts.
public method InitializeForTiers Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlertsForTiers for all tiered Management Groups. The failures that occurred for the configured tiers are returned.
public method InitializeWithBookmark Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlertsWithBookmark and sets the BookMark time to a specified date and time.
public method InitializeWithBookmarkForTiers Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlertsWithBookmarkForTiers and sets the BookMark time to a specified date and time, for all tiered Management Groups. The failures that occurred for the configured tiers are returned.
public method InsertMonitoringEvents Inserts events for the given monitoring object.
public method InsertMonitoringPerformanceData Inserts performance data for the given monitoring object.
public method Setup Sets up a new monitoring connector with the specified ConnectorInfo information and returns the monitoring connector identifier.
public method SetupWithConnectorId Sets up a new monitoring connector with the specified ConnectorInfo information using the specified connectorId.
public method Uninitialize Uninitializes the monitoring connector, which will prohibit getting any alerts when the GetMonitoringAlerts is called.
public method UninitializeForTiers Uninitializes the monitoring connector for all tiered Management Groups, which will prohibit getting any alerts when the GetMonitoringAlertsForTiers is called. The failures that occurred for the configured tiers are returned.
public method UpdateMonitoringAlerts Updates the specified alerts.
Top