Searched refs:listSize (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DPassivatedSessionCache.java86 listSize++;
H A DLruCache.java75 protected int listSize; field in class:LruCache
134 listSize--;
171 listSize++;
261 listSize--;
307 listSize -= count;
332 stat = listSize;
341 stats.put(Constants.STAT_LRUCACHE_LIST_LENGTH, listSize);
H A DFIFOEJBObjectCache.java151 return listSize > maxCacheSize;
184 listSize--;
292 "; listSize: " + listSize);
378 sbuf.append("listSize=").append(listSize)
423 listSize -= count;
H A DLruSessionCache.java679 listSize -= count;
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DLruCache.java64 protected int listSize; field in class:LruCache
159 listSize--;
197 listSize++;
292 listSize--;
336 listSize -= count;
362 stat = Integer.valueOf(listSize);
372 Integer.valueOf(listSize));

Completed in 18 milliseconds