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.
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:
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.