|
|
JAVATM TRANSACTION API (JTA) 1.0.1 Specification Errata
|
-
page 13, line 1 : spelling correction, change "tha" to "that".
- page 18, table 1, row 3 (TMJOIN) : move transaction association (T1) from column 3 (association suspended) to column 1 (not associated).
- page 29, interface Synchronization, method beforeCompletion : change the following phrase in the description "start of the transaction completion process" to "start of the two-phase transaction commit process".
- page 30, interface Transaction, method commit : replace the description of HeuristicRollbackException with "Thrown to indicate that a heuristic decision was made and that all relevant updates have been rolled back."
- page 32, interface Transaction, method registerSynchronization, first paragraph, line 2 : change the phrase "transaction completion process" to "two-phase transaction commit process".
- Page 32, interface Transaction, method rollback : spelling correction to method signature description : change "SyetemException" to "SystemException".
- page 34, interface TransactionManager, method commit : replace the description of HeuristicRollbackException with "Thrown to indicate that a heuristic decision was made and that all relevant updates have been rolled back."
- page 36, interface TransactionManager, method setTransactionTimeout : replace the first paragraph of the description with "Modify the timeout value that is associated with transactions started by subsequent invocations of the begin method."
- page 36, interface TransactionManager, method setTransactionTimeout : replace the description of method parameter 'seconds' with "The value of the timeout in seconds. If the value is zero, the transaction service restores the default value. If the value is negative a SystemException is thrown."
- page 38, interface UserTransaction, method commit : replace the description of HeuristicRollbackException with "Thrown to indicate that a heuristic decision was made and that all relevant updates have been rolled back."
- page 39, interface UserTransaction, method setTransactionTimeout : replace the first paragraph of the description with "Modify the timeout value that is associated with transactions started by subsequent invocations of the begin method."
- page 40, interface UserTransaction, method setTransactionTimeout : replace the description of method parameter 'seconds' with "The value of the timeout in seconds. If the value is zero, the transaction service restores the default value. If the value is negative a SystemException is thrown."
- page 41, interface XAResource, method commit : insert return type "void" to method signature description.
- page 41, interface XAResource, method commit : spelling correction to description, change "paramether" to "parameter".
- page 41, interface XAResource, method end : replace return type "int" with "void" in method signature description.
- page 43, interface XAResource, method recover : spelling correction to method signature description : replace return type "xid[]" with "Xid[]".
- page 45 : spelling correction to variable description, replace "TMNOFLAG" with "TMNOFLAGS".
- page 47, interface Xid, method getGlobalTransactionId : spelling correction to method signature description : replace "getGrid()" with "getGlobalTransactionId()".
- page 47, interface Xid, method getBranchQualifier : spelling correction to method signature description : replace "getEqual()" with "getBranchQualifier()".
- page 57, class XAException : spelling correction to description of interface definition, replace phrase "javax.transactioin.xa.XAException" with "javax.transaction.xa.XAException".
|
|