Constant Field Values
com.ibm.*
com.ibm.websphere.uow
com.ibm.websphere.uow.UOWSynchronizationRegistry
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int | UOW_STATUS_ACTIVE | 0 |
public static final int | UOW_STATUS_COMMITTED | 3 |
public static final int | UOW_STATUS_COMPLETING | 2 |
public static final int | UOW_STATUS_NONE | 5 |
public static final int | UOW_STATUS_ROLLBACKONLY | 1 |
public static final int | UOW_STATUS_ROLLEDBACK | 4 |
public static final int | UOW_TYPE_ACTIVITYSESSION | 2 |
public static final int | UOW_TYPE_GLOBAL_TRANSACTION | 1 |
public static final int | UOW_TYPE_LOCAL_TRANSACTION | 0 |