Searched refs:getTimeout (Results 1 - 16 of 16) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DCMCSingletonContainer.java141 ( (lockInfo.hasTimeout() && (lockInfo.getTimeout() == BLOCK_INDEFINITELY) )) ) {
145 boolean lockStatus = theLock.tryLock(lockInfo.getTimeout(), lockInfo.getTimeUnit());
147 String msg = "Couldn't acquire a lock within " + lockInfo.getTimeout() +
149 if( lockInfo.getTimeout() == NO_BLOCKING ) {
156 String msg = "Couldn't acquire a lock within " + lockInfo.getTimeout() +
158 ConcurrentAccessException cae = (lockInfo.getTimeout() == NO_BLOCKING) ?
H A DEJBTimerTask.java78 public Date getTimeout() { method in class:EJBTimerTask
H A DRuntimeTimerState.java341 return currentTask_.getTimeout();
H A DStatefulSessionContainer.java1429 (lockInfo == null) || (lockInfo.getTimeout() != CONCURRENCY_NOT_ALLOWED);
1434 (lockInfo != null) && (lockInfo.getTimeout() != BLOCK_INDEFINITELY);
1438 boolean acquired = sc.getStatefulWriteLock().tryLock(lockInfo.getTimeout(),
1443 + lockInfo.getTimeout() + " " + lockInfo.getTimeUnit();
1450 + lockInfo.getTimeout() + " " + lockInfo.getTimeUnit();
H A DEJBTimerService.java944 timeout = timerTask.getTimeout();
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/
H A DCacheHelper.java93 public int getTimeout(HttpServletRequest request); method in interface:CacheHelper
H A DDefaultCacheHelper.java235 public int getTimeout(HttpServletRequest request) { method in class:DefaultCacheHelper
240 int result = mapping.getTimeout();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DMethodLockInfo.java89 public long getTimeout() { method in class:MethodLockInfo
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/mapping/
H A DCacheMapping.java231 public int getTimeout() { method in class:CacheMapping
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/runtime/web/
H A DCacheMapping.java119 public String getTimeout() method in class:CacheMapping
/glassfish-3.1.2/web/web-core/src/main/java/com/sun/enterprise/web/connector/grizzly/
H A DCoyoteConnectorLauncher.java399 public int getTimeout() { method in class:CoyoteConnectorLauncher
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/web/runtime/
H A DASCacheMapping.java90 timeout = cacheMapp[rep].getTimeout();
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/filter/
H A DCachingFilter.java216 int timeout = helper.getTimeout(request);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DAsyncContextImpl.java313 public long getTimeout() { method in class:AsyncContextImpl
H A DRequest.java3920 coyoteRequest.getResponse().suspend(asyncContext.getTimeout(),
3923 asyncContext.getTimeout(), this, requestCompletionHandler,
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DCacheModule.java270 value = mapConfig.getTimeout();

Completed in 391 milliseconds