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


Chapter 9 Transaction Processing : Overview

Overview
TIBCO Object Service Broker UI
This chapter describes how to perform various tasks in TIBCO Object Service Broker using the text-based workbench. You can also perform these tasks using the TIBCO Object Service Broker UI, which provides a graphical environment for TIBCO Object Service Broker development. For information about using the TIBCO Object Service Broker UI, refer to the TIBCO Object Service Broker UI online help.
The Objective of a Transaction
The objective of a transaction is to move the database from one consistent state to another consistent state. This includes transactions that:
Example of a Transaction
An example of a transaction is adding an employee to the database. The business rules for this type of transaction state that an employee must be assigned a valid department number. Before committing the addition of the employee to the database, the transaction must satisfy one of the following conditions:
1.
2.
3.
Based upon the business rules under which it is operating, this transaction guarantees that the database is in a consistent state upon completion of the transaction.

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