Product SiteDocumentation Site

JBoss Transactions 4.16

Failure Recovery Guide

Edition 0

Mark Little

Red Hat

Legal Notice

Copyright © 2011 JBoss.org.
The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
All other trademarks are the property of their respective owners.
Abstract
The Failure Recovery Guide contains information on how to use JBoss Transactions to develop applications that use transaction technology to manage business processes.

Preface
1. Document Conventions
1.1. Typographic Conventions
1.2. Pull-quote Conventions
1.3. Notes and Warnings
2. Getting Help and Giving Feedback
2.1. Do You Need Help?
2.2. Give us Feedback
1. About This Guide
1.1. Audience
1.2. Prerequisites
2. Architecture of the Recovery Manager
2.1. Crash Recovery Overview
2.2. Recovery Manager
2.2.1. Managing recovery directly
2.2.2. Separate Recovery Manager
2.2.3. In process Recovery Manager
2.2.4. Recovering For Multiple Transaction Coordinators
2.3. Recovery Modules
2.3.1. JBossTS Recovery Module Classes
2.4. A Recovery Module for XA Resources
2.4.1. Assumed complete
2.5. Recovering XAConnections
2.6. Alternative to XAResourceRecovery
2.7. Shipped XAResourceRecovery implementations
2.8. TransactionStatusConnectionManager
2.9. Expired Scanner Thread
2.10. Application Process
2.11. TransactionStatusManager
2.12. Object Store
2.13. Socket free operation
3. How JBossTS manages the OTS Recovery Protocol
3.1. Recovery Protocol in OTS - Overview
3.2. RecoveryCoordinator in JBossTS
3.2.1. Understanding POA
3.3. The default RecoveryCoordinator in JacOrb
3.3.1. How Does it work
4. Configuration Options
4.1. Recovery Protocol in OTS - Overview
A. Revision History