Extending the IlrRuleEngineEventPlugin |
PREVIOUS NEXT |
To receive rule engine events (IlrRuleEngineEvent) you need to extend the class ilog.rules.bres.xu.plugin.IlrRuleEngineEventPlugin and implement the method ruleEngineEventRaised.
To extend the plug-in:
The notification of rule engine events is not limited to one plug-in for each XU instance.
To write a plug-in for a particular ruleset:
The rule engine events will only be raised for rulesets that have the ruleset trace mode enabled, that is, the XU ruleset property ruleset.trace.enabled must be set to true. You can add this property for each ruleset through the Rule Execution Server Console. For more information, see the Rule Execution Server Console Online Help.
| Note |
| To receive notifications from tasks using the sequential mode, you must enable debugging for this mode. |
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |