Searched defs:shutDownPending (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/connection/
H A DConnectionManager.java321 transient boolean shutDownPending; field in class:ConnectionManager
818 this.shutDownPending = false;
1118 if (this.shutDownPending == true) {
1213 if (this.shutDownPending == true) {
1298 if (this.shutDownPending == true) {
1468 * the current connection manager and sets the shutDownPending
1478 this.shutDownPending = true;
1504 * the current connection manager and sets the shutDownPending
1684 if (shutDownPending == true) {
1781 if (shutDownPending
[all...]

Completed in 17 milliseconds