Java Client API Reference 6.0.2.61

com.baan.b3.boi1.dt
Class SynchronizationActionType

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

public class SynchronizationActionType
extends java.lang.Object

Enum representing the type of a synchronization action.

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

Inner Class Summary
static class SynchronizationActionType.Switch
          Argument for the doSwitch(com.baan.b3.boi1.dt.SynchronizationActionType.Switch) method.
 
Field Summary
static SynchronizationActionType CHANGE
          Indicates manager-wide transaction scope.
static SynchronizationActionType DELETE
          Delete action type
static SynchronizationActionType INSERT
          Insert action type
 
Method Summary
 void doSwitch(SynchronizationActionType.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

INSERT

public static final SynchronizationActionType INSERT
Insert action type

DELETE

public static final SynchronizationActionType DELETE
Delete action type

CHANGE

public static final SynchronizationActionType CHANGE
Indicates manager-wide transaction scope.
Method Detail

doSwitch

public void doSwitch(SynchronizationActionType.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.