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

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCurrentImpl.java102 private static boolean active = true; field in class:CurrentImpl
169 // If the transaction service is not active, throw an exception.
171 if( !active ) {
353 // If the transaction service is not active, throw an exception.
355 if( !active ) {
543 int active = 1;
573 // other active threads.
575 active = controlImpl.numAssociated();
578 // If this is not the only active thread or there are outstanding requests,
581 if( (active !
[all...]
H A DDefaultTransactionService.java118 private static boolean active = false; field in class:DefaultTransactionService
146 return active;
275 active = true; // transaction manager is alive and available
359 active = false;
H A DTransactionFactoryImpl.java103 static boolean active = true; field in class:TransactionFactoryImpl
170 // If the transaction service is not active, throw an exception.
172 if (!active) {
254 // If the transaction service is not active, throw an exception.
256 if (!active) {
468 // If the transaction service is not active, throw an exception.
469 if (!active) {
551 active = false;
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DConnectionHolder.java74 protected boolean active = false; field in class:ConnectionHolder
100 * The active flag is false when the connection handle is
102 * the ManagedConnection if it can be the active connection
105 * can be active by setting this flag to true via the setActive
732 if (active == false) {
738 * Sets the active flag to true
743 active = actv;

Completed in 1752 milliseconds