Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Using the OIG Rules Programming Interface : Build Rules

Build Rules
Build rules perform work for Object Integration Gateway objects. There are two types of build rules: pre-build rules, which perform initialization work, and post-build rules, which perform termination work.
The following Gateway objects have the ability to run build rules:
Pre-Build Rules
A pre-build rule is the first action executed, when an Object Integration Gateway object, such as a transaction, is run. Its purpose is usually to perform some initialization work for the Gateway object. For example, a pre-build rule can be used to initialize a data table with data, set variables used by the object, or perform validation.
Post-Build Rules
A post-build rule is the last action executed when an Object Integration Gateway object, such as a transaction, is run. You can use it for additional processing or clean-up work, after the object stops running.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved