LocalTransaction





Attributes Summary
boundary : LocalTransactionBoundaryKindThe containment boundary at which all contained RMLT's (Resource Manager Local Transaction) must be completed.
resolver : LocalTransactionResolverKindThe entity responsible for initiating and ending local transactions.
unresolvedAction : LocalTransactionUnresolvedActionKindThe direction which the container will request any RMLT (Resource Manager Local Transaction) to take if it is unresolved at the end of the local transaction boundary scope if resolution control (resolver) equals "Application".

Attribute Details

boundary    -    The containment boundary at which all contained RMLT's (Resource Manager Local Transaction) must be completed.Default = BeanMethod
     data type: LocalTransactionBoundaryKind
     default Value:   unspecified
     Allowed Values:  BeanMethod   ActivitySession  



resolver    -    The entity responsible for initiating and ending local transactions. Container or ApplicationDefault=Application
     data type: LocalTransactionResolverKind
     default Value:   unspecified
     Allowed Values:  Application   ContainerAtBoundary  



unresolvedAction    -    The direction which the container will request any RMLT (Resource Manager Local Transaction) to take if it is unresolved at the end of the local transaction boundary scope if resolution control (resolver) equals "Application".Default=Rollback
     data type: LocalTransactionUnresolvedActionKind
     default Value:   unspecified
     Allowed Values:  Rollback   Commit  


Copyright IBM Corp. 1997-2004