Searched refs:involved (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DRegisteredSyncs.java78 * Synchronization objects involved in a transaction. In order to avoid
285 boolean involved() { method in class:RegisteredSyncs
H A DTopCoordinator.java1287 // no proxy involved. Also, the instanceof operator could be replaced
1586 if (participants != null && participants.involved()) {
1600 if (synchronizations != null && synchronizations.involved()) {
1752 !(participants != null && participants.involved()) &&
1753 !(synchronizations != null && synchronizations.involved()) &&
1893 !synchronizations.involved())
1967 !synchronizations.involved())
2153 !synchronizations.involved())
2345 !synchronizations.involved())
2488 // no proxy involved
[all...]
H A DSubCoordinator.java1154 if (participants != null && participants.involved()) {
1309 !(participants != null && participants.involved()) &&
H A DRegisteredResources.java81 * of Resource objects involved in a transaction, and their states relative
408 boolean involved() { method in class:RegisteredResources

Completed in 25 milliseconds