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

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DResourceCache.java112 protected int maxAllocateIterations = 20; field in class:ResourceCache
213 return maxAllocateIterations;
220 public void setMaxAllocateIterations(int maxAllocateIterations) { argument
221 this.maxAllocateIterations = maxAllocateIterations;
270 int[] toRemove = new int[maxAllocateIterations];
272 if (attempts == maxAllocateIterations) {

Completed in 11 milliseconds