Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
STATUS_ACTIVE |
4 |
public static final int |
STATUS_COMMITTED |
0 |
public static final int |
STATUS_NO_TRANSACTION |
3 |
public static final int |
STATUS_ROLLEDBACK |
1 |
public static final int |
STATUS_UNKNOWN |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
RESOURCE_KEY |
"org.drools.persistence.txsync.container" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_TRANSACTION_SYNCHRONIZATION_REGISTRY_NAME |
"java:comp/TransactionSynchronizationRegistry" |
public static final String |
DEFAULT_USER_TRANSACTION_NAME |
"java:comp/UserTransaction" |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.