Distributed Computing
Table of Contents
Index
Chapter 6: Interfacing with Microsoft Transaction Server
6.1 Creating a Transaction Server Component
6.1.1 The Structure of a Transaction Server Component
6.1.2 The objectcontext Class
6.1.3 The Context Object
6.1.4 Terminating a Transaction Server Component
6.1.5 Methods Provided by Objectcontext
6.1.5.1 SetComplete
6.1.5.2 SetAbort
6.1.5.3 CreateInstance
6.1.5.4 DisableCommit
6.1.5.5 EnableCommit
6.1.5.6 IsInTransaction
6.1.5.7 IsCallerInRole
6.1.5.8 IsSecurityEnabled
6.1.6 Building a Transaction Server Component
6.2 Execution and Debugging of Transaction Server Components
6.3 Example of a Complete Transaction Server Component