LocalTran
@deprecated USED FOR COMPATIBILITY WITH WEBSPHERE4.0 EXTENSIONS TO EJB1.1Local transaction settings for an enterprise bean. See the common extensions package for the new local tran settings.
Attributes Summary
boundary @deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4. resolver @deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4. unresolvedAction @deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4.
Attribute Details
boundary
@deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4.0 EXTENSIONS TO EJB1.1. USE THE NEW commonext::LocalTransaction TYPE INSTEAD.The containment boundary at which all contained RMLT's (Resource Manager Local Transaction) must be completed.Default = BEAN_METHOD
Data type: LocalTranBoundaryKind
Default value: unspecified
Allowed Values: ACTIVITY_SESSION BEAN_METHOD
resolver
@deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4.0 EXTENSIONS TO EJB1.1. USE THE NEW commonext::LocalTransaction TYPE INSTEAD.The entity responsible for initiating and ending local transactions. Container or ApplicationDefault=Application
Data type: LocalTranResolverKind
Default value: unspecified
Allowed Values: BEAN CONTAINER
unresolvedAction
@deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4.0 EXTENSIONS TO EJB1.1. USE THE NEW commonext::LocalTransaction TYPE INSTEAD.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: LocalTranUnresolvedActionKind
Default value: unspecified
Allowed Values: ROLLBACK COMMIT