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

/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DRoundRobinPolicy.java121 private int totalWeight = 0; field in class:RoundRobinPolicy
182 totalWeight = 0 ;
193 totalWeight += newWeight ;
276 totalWeight = 10*endpointsList.size() ;
356 // totalWeight);
358 random = rand.nextInt(totalWeight);
364 // new Object[]{random, totalWeight});

Completed in 26 milliseconds