Before you begin
Before placing a trigger point, review the following topics:Why and when to perform this task
The TriggerPoint class is the primary interface of the Business Rule Beans (BRBeans) Trigger Point framework. The class is used to transfer control to the Trigger Point framework to find and fire the rules specified in the application's trigger point.
Steps for this task
For the simple trigger() and triggerClassifier() methods this includes the following:
Note: Any firing parameters defined on the rule itself will override whatever is passed here.
The triggerSituational method differs in that it takes two sets of firing parameters and two sets of rule identification information: one set for the classifier rules and one for the classified rules.
What to do next
Examples of how to code a trigger point call are provided in the following topics:
For a detailed description of the trigger point programming interfaces refer to the Trigger Point class in the BRBeans Javadoc.