Java Client API Reference 6.0.2.61

Uses of Class
com.baan.b3.boi1.dt.TransactionScope

Packages that use TransactionScope
com.baan.b3.boi1 Provides a typesafe API for use with B3 BOIs. 
com.baan.b3.boi1.dt Provides datatypes used in the com.baan.b3.boi1 package. 
 

Uses of TransactionScope in com.baan.b3.boi1
 

Methods in com.baan.b3.boi1 with parameters of type TransactionScope
 void BusinessObjectManager.setTransactionScope(TransactionScope p_transactionScope)
          Sets the transaction scope for this manager
The default is NONE
Postconditions: The transaction scope of this manager is set to the value specified by p_transactionScope
Threading policy: Unsafe
 

Uses of TransactionScope in com.baan.b3.boi1.dt
 

Fields in com.baan.b3.boi1.dt declared as TransactionScope
static TransactionScope TransactionScope.NONE
          Default transaction scope.
static TransactionScope TransactionScope.GLOBAL
          Reserved for future enhancements.
static TransactionScope TransactionScope.MANAGER
          Indicates manager-wide transaction scope.
static TransactionScope TransactionScope.BUSINESSOBJECT
          Indicates business-object-wide transaction scope.
 


Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.