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

/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DRetryPost.java98 int callCount = 0; field in class:RetryPost.MyHandler
106 callCount++;
108 if (callCount > 1 && !shouldRetry) {
120 return callCount;
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DTarget.java65 private int callCount = 0; field in class:Target
361 if ((force == true) || (callCount == 0) || (disp == null)) {
388 if (!permanent && callCount == 0) {
403 callCount ++;
414 if (--callCount < 0) {
426 if (!permanent && removed && callCount == 0) {

Completed in 146 milliseconds