Java Client API Reference 6.0.2.61

com.baan.b3.boi1.dt
Class TransactionScope

java.lang.Object
  |
  +--com.baan.b3.boi1.dt.TransactionScope

public class TransactionScope
extends java.lang.Object

Enum representing the scope of a transaction.

Version:
Build Nr 61, file version \\main\\2, 15:09:00 24-07-2006 UTC

Inner Class Summary
static class TransactionScope.Switch
          Argument for the doSwitch(com.baan.b3.boi1.dt.TransactionScope.Switch) method.
 
Field Summary
static TransactionScope BUSINESSOBJECT
          Indicates business-object-wide transaction scope.
static TransactionScope GLOBAL
          Reserved for future enhancements.
static TransactionScope MANAGER
          Indicates manager-wide transaction scope.
static TransactionScope NONE
          Default transaction scope.
 
Method Summary
 void doSwitch(TransactionScope.Switch p_switch)
          Allows programmers to perform an efficient switch.
 java.lang.String toString()
          Overrides Object.toString().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final TransactionScope NONE
Default transaction scope.

GLOBAL

public static final TransactionScope GLOBAL
Reserved for future enhancements.

MANAGER

public static final TransactionScope MANAGER
Indicates manager-wide transaction scope.

BUSINESSOBJECT

public static final TransactionScope BUSINESSOBJECT
Indicates business-object-wide transaction scope.
Method Detail

doSwitch

public void doSwitch(TransactionScope.Switch p_switch)
Allows programmers to perform an efficient switch.
The switch depends on the identity of this enum element.
Threading policy: MTSafe
Parameters:
p_switch - the switch code to use

toString

public java.lang.String toString()
Overrides Object.toString().
Threading policy: MTSafe
Overrides:
toString in class java.lang.Object
Returns:
see Object.toString()

Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.