Searched refs:refCount (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DSessionContextImpl.java81 private transient int refCount = 0; field in class:SessionContextImpl
348 refCount++;
352 refCount--;
356 return refCount;
H A DStatefulSessionContainer.java678 refInfo.refCount++;
682 refInfo.refCount = 1;
1177 if (refInfo.refCount > 1) {
1178 refInfo.refCount--;
2442 cachedRefInfo.refCount--;
2443 if (cachedRefInfo.refCount == 0) {
2466 cachedRefInfo.refCount++;
2484 newRefInfo.refCount = 1;
3119 private transient int refCount = 0; field in class:StatefulSessionContainer.EEMRefInfo
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DFIFOEJBObjectCache.java209 eoItem.refCount++;
259 newItem.refCount++;
270 oldEJBO.refCount++;
312 if (eoItem.refCount > 0) {
313 eoItem.refCount--;
320 if (eoItem.refCount > 0) {
364 protected int refCount; field in class:FIFOEJBObjectCache.EJBObjectCacheItem
494 cache.get("K__16", true); //K__16 has refCount == 2
495 cache.put("K__17", "K__17");//K__17 has refCount == 0

Completed in 23 milliseconds