Searched refs:NO_TIMEOUT (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/taglibs/cache/
H A DCacheEntry.java49 public static final int NO_TIMEOUT = -1; field in class:CacheEntry
87 this.expireTime = (timeout == NO_TIMEOUT) ? timeout :
96 expireTime == NO_TIMEOUT);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DMethodLockInfo.java58 private static final int NO_TIMEOUT = -32767; field in class:MethodLockInfo
62 private long timeout = NO_TIMEOUT;
86 return (timeout != NO_TIMEOUT);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DLruCache.java66 public static final long NO_TIMEOUT = -1; field in class:LruCache
76 protected long timeout = NO_TIMEOUT;
287 if ( (timeout != NO_TIMEOUT) &&
H A DFIFOEJBObjectCache.java400 if ((timeout != NO_TIMEOUT) &&
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DLruCache.java55 public static final long NO_TIMEOUT = -1; field in class:LruCache
65 protected long timeout = NO_TIMEOUT;
317 if (timeout != NO_TIMEOUT &&
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DDelegatedTimeoutManager.java73 static final int NO_TIMEOUT = 0; field in class:DelegatedTimeoutManager
549 int timeoutType = TimeoutManager.NO_TIMEOUT;
H A DTimeoutManager.java100 static final int NO_TIMEOUT = 0; field in class:TimeoutManager
620 int timeoutType = TimeoutManager.NO_TIMEOUT;
H A DTopCoordinator.java1986 int timeoutType = TimeoutManager.NO_TIMEOUT;
2925 int timeoutType = TimeoutManager.NO_TIMEOUT;
2933 TimeoutManager.NO_TIMEOUT,

Completed in 2053 milliseconds