Configuring Sun Master Indexes (Repository)

Specifying Master Index Custom Logic Classes (Repository)

The logic-class element specifies custom match processing logic for messages coming from external systems. The and logic-class-gui element specifies custom match processing logic for the EDM. If no custom plug-ins were created to define the custom logic, leave these elements empty. Custom logic classes can only be specified by modifying the XML file directly.

ProcedureTo Specify Custom Logic for External System Messages

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Threshold file.

  2. In the MasterControllerConfig element, change the value of the logic-class element to the name of the custom plug-in that contains the back-end logic.

    For example:


    <logic-class>com.stc.eindex.user.CustomProcessing</logic-class>
  3. Save and close the file.

ProcedureTo Specify Custom Logic for the Enterprise Data Manager

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Threshold file.

  2. In the MasterControllerConfig element, change the value of the logic-class-gui element to the name of the custom plug-in that contains the EDM logic.

    For example:


    <logic-class-gui>com.stc.eindex.user.CustomEDM</logic-class-gui>
  3. Save and close the file.