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 : LocalTranBoundaryKind@deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4.
resolver : LocalTranResolverKind@deprecatedUSED FOR COMPATIBILITY WITH WEBSPHERE4.
unresolvedAction : LocalTranUnresolvedActionKind@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  


Copyright IBM Corp. 1996-2002