Searched refs:isThresholdReached (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DPassivatedSessionCache.java93 protected boolean isThresholdReached() { method in class:PassivatedSessionCache
H A DUnBoundedSessionCache.java64 protected boolean isThresholdReached() { method in class:UnBoundedSessionCache
H A DLruCache.java173 if ( isThresholdReached() ) {
H A DBaseCache.java289 if (isThresholdReached()) {
349 protected boolean isThresholdReached() { method in class:BaseCache
H A DFIFOEJBObjectCache.java150 protected boolean isThresholdReached() { method in class:FIFOEJBObjectCache
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DBoundedMultiLruCache.java161 protected boolean isThresholdReached() { method in class:BoundedMultiLruCache
162 return (currentSize > maxSize || super.isThresholdReached());
H A DLruCache.java199 if (isThresholdReached()) {
H A DMultiLruCache.java178 if (isThresholdReached()) {
H A DBaseCache.java236 if (isThresholdReached()) {
296 protected boolean isThresholdReached() { method in class:BaseCache

Completed in 22 milliseconds