Searched refs:synchronization (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/
H A DTransactionImpl.java82 * synchronization registration, transaction completion and status
169 private Synchronization synchronization = null; field in class:TransactionImpl
505 synchronization = sync;
521 return synchronization;
716 if (synchronization != null) {
719 synchronization.afterCompletion(st);
1146 if (synchronization != null) {
1148 synchronization.beforeCompletion();
1167 if (synchronization != null) {
1169 synchronization
[all...]
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/common/util/logging/
H A DLoggingXMLNames.java97 public static final String synchronization = "synchronization"; field in class:LoggingXMLNames
144 // put(synchronization, LogDomains.

Completed in 15 milliseconds