Searched defs:retrytimes (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java197 public void reconnect(int retrytimes) throws MalformedURLException, IOException { argument
221 if (triednumtimes <= retrytimes) {
223 retrytimes + " times, waiting " + RECONNECT_SLEEPTIME + " before" +

Completed in 6 milliseconds