How production objects work  Qualification failure example

Chapter 1: Overview

Multiple rules and components example

The picture below shows the contents of a simple production object. The arrows indicate the order in which transaction production processes the input transaction through the production object’s various objects. This example is designed to show you how processing occurs sequentially through rule and rule component objects. It assumes that the input transaction passes all of the qualification objects.

This example does not cover all of the steps in detail that occur as the transaction passes through each object. See “General processing example” and “Rule component processing example” for more information.

Figure 1-5: Simple production object

  1. Input transaction – transaction production passes the input transaction to the production object.

  2. Field objects – the input transaction is parsed into the field objects.

  3. Qp1 – executes the qualification objects attached to the production object.

  4. Qr1 – executes the qualification objects attached to the first rule object.

  5. R1 – enters the first rule object (R1).

  6. Qc1 – executes the qualification objects for R1’s first component object (C1).

  7. C1 – enters C1 and generates a piece of the output transaction.

  8. Qc2 – executes the qualification objects for R1’s second component object (C2).

  9. C2 – enters C2 and generates a piece of the output transaction.

  10. Qr2 – executes the qualification objects attached to the second rule object.

  11. R2 – enters the second rule object (R2).

  12. Qc3 – executes the qualification objects for R2’s first component object (C3).

  13. C3 – enters C3 and generates a piece of the output transaction.

  14. Qc4 – executes the qualification objects for R2’s second component object (C4).

  15. C4 – enters C4 and generates a piece of the output transaction.

  16. Output transaction – sends the completed output transaction to its destinations.





Copyright © 2005. Sybase Inc. All rights reserved. Qualification failure example

View this book as PDF