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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DMethodLockInfo.java85 public boolean hasTimeout() { method in class:MethodLockInfo
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DCMCSingletonContainer.java140 if (!lockInfo.hasTimeout() ||
141 ( (lockInfo.hasTimeout() && (lockInfo.getTimeout() == BLOCK_INDEFINITELY) )) ) {

Completed in 345 milliseconds