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

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

Completed in 8 milliseconds