ConnectorFrameworkProxy Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Used for building monitoring connector applications that synchronize data in System Center Operations Manager 2007 with other management applications. The ConnectorFrameworkProxy class provides methods to register and initialize a monitoring connector.
The following tables list the members exposed by the ConnectorFrameworkProxy type.
Public Constructors
Name | Description | |
---|---|---|
ConnectorFrameworkProxy | Overloaded. Initializes a new instance of the ConnectorFrameworkProxy class. |
Top
Public Properties
Name | Description | |
---|---|---|
Channel | Gets the communication channel used by the monitoring connector. | |
IsConnected | Gets a value indicating whether the monitoring connector's channel is connected to an Operation Manager server. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AcknowledgeMonitoringAlerts | The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy. It acknowledges alerts that occur until the given bookmark time. | |
AcknowledgeMonitoringAlertsForSpecificTiers | The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy for the specific Management Groups. It acknowledges alerts that occur until the given bookmark time. The failures that occurred for the configured tiers are returned. | |
AcknowledgeMonitoringAlertsForTiers | The monitoring connector acknowledges that it has successfully received monitoring alerts from the ConnectorFrameworkProxy for all tiered Management Groups. It acknowledges alerts that occur until the given bookmark time. The failures that occurred for the configured tiers are returned. | |
Cleanup | Deletes the specified monitoring connector. | |
Dispose | Immediately releases the unmanaged resources used by the ConnectorFrameworkProxy object. | |
Equals | (inherited from Object) | |
GetConnectorBookmark | Gets the bookmark for the specified monitoring connector. | |
GetConnectorState | Gets the state of the specified monitoring connector. | |
GetGlobalConfiguration | Gets the global configuration settings for the Management Group. | |
GetHashCode | (inherited from Object) | |
GetMonitoringAlertHistoryByAlertIds | Gets the alert history for the specified monitoring connector and the specified alerts. | |
GetMonitoringAlerts | Gets alerts marked for the monitoring connector. | |
GetMonitoringAlertsByIds | Gets the specified alerts that are marked for the monitoring connector. | |
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. | |
GetMonitoringAlertsWithBatchSize | Gets alerts marked for the monitoring connector. | |
GetMonitoringAlertsWithBatchSizeForTiers | Gets alerts marked for the monitoring connector for all configured management tiers. The failures that occurred for the configured tiers are returned. | |
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. | |
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. | |
GetMonitoringAlertsWithBookmarkWithBatchSize | Gets alerts for the specified monitoring connector. You also specify a timestamp bookmark, and all alerts with a timestamp after the bookmark will be returned. | |
GetMonitoringAlertsWithBookmarkWithBatchSizeForTiers | Gets alerts for the specified monitoring connector for all the management tiers. 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. | |
GetType | (inherited from Object) | |
Initialize | Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlerts. | |
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. | |
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. | |
InitializeWithBookmarkForTiers | Initializes the monitoring connector that is required to get alerts by calling GetMonitoringAlertsForTiers 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. | |
InsertMonitoringEvents | Inserts events for the given monitoring object. | |
InsertMonitoringPerformanceData | Inserts performance data for the given monitoring object. | |
Reconnect | Reconnects the ConnectorFrameworkProxy object to the management server after it has been disconnected from the server. | |
Setup | Sets up a new monitoring connector with the specified ConnectorInfo information and returns the monitoring connector identifier. | |
SetupWithConnectorId | Sets up a new monitoring connector with the specified ConnectorInfo information using the specified connectorId. | |
ToString | (inherited from Object) | |
Uninitialize | Uninitializes the monitoring connector, which will prohibit getting any alerts when the GetMonitoringAlerts. is called. | |
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. | |
UpdateMonitoringAlerts | Updates the alerts, including the alert history, to the System Center Operation Manager. The comments are part of the alert history. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
ConnectorFrameworkAdministration
MonitoringConnector