Accessing MBeans through JConsole

Getting Started with Administering BDSS 4-5 2. To view the configuration for a specific connector, enter the display name for the connector as the value for the connectorName attribute. Leave the field blank to view the configuration information for all connectors.

3. Click Invoke.

4.2.2 Adding and Updating Connectors

The updateConnectorForPIM operation of the ServerDomainConfigMBean enables you to create or update a connector and also enables you to specify how the connector synchronizes.

4.2.2.1 Configuring Connector-Level Synchronization and Event Notification

You enable synchronization for a connector by setting the EnableForSync parameter to true and then selecting a synchronization level Full, Inbound, Outbound, or None. Setting the synchronization at the connector level sets the direction for every domain synchronized by the connector. The updateConnectorForPim operation also allows you to enable the connector to send event notifications. Using this operation, you can also enable a connector to inform BDSS when Insert, Update, or Delete events occur for user data. To add or update a connector: 1. Select the updateConnectorForPIM operation. 2. Define the parameters listed in Table 4–4 and then click Invoke. Note: Perform event based synchronization through MBeans instead of directly setting the SYNC_EVENTS_ENABLED_FLG, SUPPORTS_ EVENTS_FLG, and USER_EVENT_FLG flags in the CONNECTORS table. Table 4–4 Parameters for the updateConnectorForPIM Operation Parameter Description ConnectorName The display name for the connector. If you do not define a name for the connector, the BDSS creates one. Otherwise, BDSS modifies the existing one. SupportsEventNotifications Select true if the connector can notify BDSS when Insert, Update, or Delete events occur for a user’s data. Otherwise, select false to prevent a connector from notifying BDSS of these events. syncEventsEnabled Select true to enable the connector to send event notifications. A connector can support event notification even if it is not prompted to send them. PimServerType Specify the PIM server type, such as Exchange2007. You can configure other types of PIM servers.