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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
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()
Visit the SSA Global website for more information.