Searched +defs:val +defs:state (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DLruSessionCache.java630 + "current cache state: " + currentCacheState);
722 //Note ctx can be null if bean is in BEING_REFRESHED state
731 + "because current cache state: " + currentCacheState);
791 int size, byte state)
794 this.cacheItemState = state;
852 public void setMaxCacheSize(int val) { argument
853 this.confMaxCacheSize = val;
790 LruSessionCacheItem(int hashCode, Object key, Object value, int size, byte state) argument

Completed in 9 milliseconds