Searched refs:isAssociated (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/
H A DAssocWithThreadResourceHandle.java69 public boolean isAssociated() { method in class:AssocWithThreadResourceHandle
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/
H A DAssocWithThreadResourcePool.java98 ar.isDirty() || !ar.isAssociated()) {
184 return h.getResourceState().isFree() && !((AssocWithThreadResourceHandle) h).isAssociated();
270 if (!((AssocWithThreadResourceHandle) h).isAssociated()) {
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/logger/
H A DFileLoggerHandler.java134 public boolean isAssociated() { method in class:FileLoggerHandler
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/resizer/
H A DAssocWithThreadPoolResizer.java135 if (((AssocWithThreadResourceHandle) h).isAssociated()) {
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DControlImpl.java632 synchronized boolean isAssociated() { method in class:ControlImpl
H A DCurrentTransaction.java1163 if( current.isAssociated() ||
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DVirtualServer.java867 if (handler != null && !handler.isAssociated()) {

Completed in 51 milliseconds