+ " pool size by: " + victimCount);
}
for (int i=0; i<victimCount; i++) {
//removeList.add(list.remove(--curSize));
//destroyedCount++;
EJBContextImpl ctx = (EJBContextImpl) list.get(0);
if (ctx.getLastTimeUsed() <= allowedIdleTime) {
removeList.add(list.remove(0));
poolProbeNotifier.ejbObjectDestroyedEvent(beanId, appName, modName, ejbName);
destroyedCount++;
} else {
break;